remove nixpkgs-unstable

This commit is contained in:
2024-05-31 09:31:54 +03:00
parent beb747d508
commit 7f8623c866
5 changed files with 19 additions and 46 deletions

View File

@@ -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 [

View File

@@ -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;