summaryrefslogtreecommitdiff
path: root/Biz/Dev/configuration.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-28 19:51:59 -0700
committerBen Sima <ben@bsima.me>2020-04-28 19:51:59 -0700
commitd93dc81b02bb9fe258c4ba7771b870e3ce5cd20b (patch)
treea1a513a7caa9a85684b94da21b62fb9628e5d428 /Biz/Dev/configuration.nix
parentee15b2c09c2b85ee6ea99f4aa6f58191de9d535e (diff)
Reduce build cores, again
Diffstat (limited to 'Biz/Dev/configuration.nix')
-rw-r--r--Biz/Dev/configuration.nix2
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 = ''