Pin Nix to 2.13 for Mac builders
2.13.3 completely fixes the writeable /etc issue, as well as includes the fix for auto GC running into a deadlock.
Cole Helbling committed
Mar 4, 2023 at 11:08 UTC
d0da8da6921dfdbb8673220b12bceac659475a21
1 file changed
+1
macs/nix-darwin.nix
+1
@@ -32,6 +32,7 @@ in
32
33
services.nix-daemon.enable = true;
34
35
+ nix.package = pkgs.nixVersions.nix_2_13;
36
nix.settings = {
37
"extra-experimental-features" = [ "nix-command" "flakes" ];
38
max-jobs = 4;