From 3a292a23130db25932a6ceec755e1bb19487e5d3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 3 Oct 2022 00:01:54 +0200 Subject: Update to nix-darwin unstable on mba --- system/mba.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'system/mba.nix') diff --git a/system/mba.nix b/system/mba.nix index e8d69490..6a896895 100644 --- a/system/mba.nix +++ b/system/mba.nix @@ -27,7 +27,9 @@ # 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 -- cgit 1.4.1