tweak build settings

This commit is contained in:
Nathan McCarty 2022-09-26 00:05:25 -04:00
parent 0c81a070c9
commit 20df466987
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
# Configure nix build # Configure nix build
nix.settings = { nix.settings = {
cores = 6; cores = 8;
max-jobs = 6; max-jobs = 4;
}; };
} }