@cryptotaxi247 / infra / commits / a6a0925b

macs: bump nix to 2.24

Martin Weinelt committed Oct 29, 2024 at 18:34 UTC a6a0925b1b93456d3ae9881269532956b09d3286
1 file changed +1
macs/nix-darwin.nix
+1
@@ -45,6 +45,7 @@ in
45 cores = 2;
46 };
47
48 + nix.package = pkgs.nixVersions.nix_2_24;
49 nix.gc.automatic = true;
50 nix.gc.user = "";
51 nix.gc.interval = {