summaryrefslogtreecommitdiffstats
path: root/common/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/nix.nix')
-rw-r--r--common/nix.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/nix.nix b/common/nix.nix
index f16e1d9..71cca52 100644
--- a/common/nix.nix
+++ b/common/nix.nix
@@ -11,7 +11,6 @@ inputs:
11 options = "--delete-older-than 30d"; 11 options = "--delete-older-than 30d";
12 }; 12 };
13 13
14 package = pkgs.nixFlakes;
15 extraOptions = '' 14 extraOptions = ''
16 experimental-features = nix-command flakes 15 experimental-features = nix-command flakes
17 ''; 16 '';