remove nixpkgs-unstable
This commit is contained in:
@@ -70,9 +70,9 @@ in {
|
||||
[extract_url]
|
||||
|
||||
(lib.mkIf devTools [
|
||||
pkgs-unstable.go_1_22
|
||||
pkgs-unstable.go-tools
|
||||
pkgs-unstable.zig_0_12
|
||||
go_1_22
|
||||
go-tools
|
||||
zig_0_12
|
||||
])
|
||||
|
||||
(lib.mkIf hmOnly [
|
||||
|
||||
@@ -6,22 +6,18 @@
|
||||
mj.base.users.email = null;
|
||||
mj.base.users.user.extraGroups = ["docker"];
|
||||
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
#swc
|
||||
#nodejs
|
||||
#typescript
|
||||
#concurrently
|
||||
bats
|
||||
mysql80
|
||||
kubectl
|
||||
kubectl-node-shell
|
||||
kubectx
|
||||
google-cloud-sdk
|
||||
])
|
||||
++ (with pkgs.pkgs-unstable; [
|
||||
#turbo
|
||||
]);
|
||||
environment.systemPackages = with pkgs; [
|
||||
#swc
|
||||
#nodejs
|
||||
#typescript
|
||||
#concurrently
|
||||
bats
|
||||
mysql80
|
||||
kubectl
|
||||
kubectl-node-shell
|
||||
kubectx
|
||||
google-cloud-sdk
|
||||
];
|
||||
|
||||
services.clamav = {
|
||||
updater.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user