summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-03-25 20:03:49 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-03-25 20:03:49 +0100
commit4464c6638659e0bfaf9a43621a27f8e3a92c5380 (patch)
treee95ce4773064fd95ffe894f15293ad80fba305fa /common.nix
parentf6503be17371b1e13b2e5d25e103f10ee61f57c4 (diff)
use btrfs again
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