diff options
Diffstat (limited to 'Biz/Dev')
-rw-r--r-- | Biz/Dev/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Dev/configuration.nix b/Biz/Dev/configuration.nix index e822837..aeac46e 100644 --- a/Biz/Dev/configuration.nix +++ b/Biz/Dev/configuration.nix @@ -194,7 +194,7 @@ in { nix = { # 1 job * 2 cores = 2 maximum cores used at any one time maxJobs = 1; - buildCores = 2; + buildCores = 1; # Since this is the dev machine, we can turn these on at the expense # of extra disk space. extraOptions = '' |