forked from poz/niksos
use only 3 cores on del for rebuilding
This commit is contained in:
parent
8f4061f393
commit
4b9a830323
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
|
||||
nix = {
|
||||
settings = {
|
||||
max-jobs = 3;
|
||||
cores = 4;
|
||||
max-jobs = 2;
|
||||
cores = 3;
|
||||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://nixpkgs-wayland.cachix.org"
|
||||
|
|
Loading…
Reference in a new issue