Update to nix-darwin unstable on mba
1 file changed, 4 insertions(+), 2 deletions(-)
changed files
M system/mba.nix → system/mba.nix
@@ -27,7 +27,9 @@ system.stateVersion = 4; # You should generally set this to the total number of logical cores in your system. # $ sysctl -n hw.ncpu - nix.maxJobs = 8; - nix.buildCores = 4; + nix.settings = { + max-jobs = 8; + cores = 4; + }; } # vim: sw=2 sts=2 expandtab autoindent smarttab