From 3f8d84a06dc54570bc2bf8f1bc645a136dc9e006 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 29 Mar 2024 17:08:51 +0100 Subject: allow more cores --- common.nix | 8 ++------ 1 file 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 = '' -- cgit v1.2.3