all repos — nixfiles @ 3a292a23130db25932a6ceec755e1bb19487e5d3

System and user configuration, managed by nix and home-manager

Update to nix-darwin unstable on mba

Alan Pearce
commit

3a292a23130db25932a6ceec755e1bb19487e5d3

parent

574a3b9cf74275c99abfb59f676ea17f65df0404

1 file changed, 4 insertions(+), 2 deletions(-)

changed files
M system/mba.nixsystem/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