summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-03-29 17:08:51 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-03-29 17:08:51 +0100
commit3f8d84a06dc54570bc2bf8f1bc645a136dc9e006 (patch)
tree23b951a28ea895a85f16c9458943bb8052c1da69
parente2ad5def52d7d5cbeb8994b2c2f03bf0953be529 (diff)
allow more cores
-rw-r--r--common.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/common.nix b/common.nix
index 8cde8f2..99d1b21 100644
--- a/common.nix
+++ b/common.nix
@@ -236,12 +236,8 @@ in
options = "--delete-older-than 7d";
};
- # avoid that nix hogs all CPUs and enable new stuff
- settings = {
- max-jobs = 1;
- cores = 4;
- experimental-features = "nix-command flakes";
- };
+ # enable new stuff
+ settings.experimental-features = "nix-command flakes";
# https://github.com/nix-community/nix-direnv
extraOptions = ''