aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/common/core/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/root/common/core/default.nix')
-rw-r--r--home/root/common/core/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/root/common/core/default.nix b/home/root/common/core/default.nix
index ecd63fa..e2ca7c5 100644
--- a/home/root/common/core/default.nix
+++ b/home/root/common/core/default.nix
@@ -24,7 +24,7 @@
nix = {
package = lib.mkDefault pkgs.nix;
settings = {
- experimental-features = [ "nix-command" "flakes" "repl-flake" ];
+ experimental-features = [ "nix-command" "flakes" ];
warn-dirty = false;
};
};