allow more cores
This commit is contained in:
parent
e2ad5def52
commit
3f8d84a06d
|
@ -236,12 +236,8 @@ in
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
|
|
||||||
# avoid that nix hogs all CPUs and enable new stuff
|
# enable new stuff
|
||||||
settings = {
|
settings.experimental-features = "nix-command flakes";
|
||||||
max-jobs = 1;
|
|
||||||
cores = 4;
|
|
||||||
experimental-features = "nix-command flakes";
|
|
||||||
};
|
|
||||||
|
|
||||||
# https://github.com/nix-community/nix-direnv
|
# https://github.com/nix-community/nix-direnv
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
|
Loading…
Reference in a new issue