summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index 8b439cb..4319422 100644
--- a/common.nix
+++ b/common.nix
@@ -162,10 +162,11 @@ in
options = "--delete-older-than 7d";
};
- # avoid that nix hogs all CPUs
+ # avoid that nix hogs all CPUs and enable new stuff
settings = {
max-jobs = 1;
cores = 4;
+ experimental-features = "nix-command flakes";
};
# https://github.com/nix-community/nix-direnv