From d0255fc59cf59c28f60bd5c0dc22fe00a266963a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 2 Mar 2024 11:44:31 +0000 Subject: [PATCH] Set max-jobs instead of limiting cores --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3720f9e3..d0e53f9b 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ nix = { enable = true; settings = { - cores = 1; + max-jobs = 1; trusted-users = ["root" user]; experimental-features = ["nix-command" "flakes"]; auto-optimise-store = true;