From 4cc69a4f39529dc21c6b542e36d20cd86de911ed Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 15 Oct 2024 09:56:50 -0700 Subject: Remove nonexistent feature --- home/nipsy/common/core/default.nix | 2 +- home/root/common/core/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/nipsy/common/core/default.nix b/home/nipsy/common/core/default.nix index 8d62904..a78dbe8 100644 --- a/home/nipsy/common/core/default.nix +++ b/home/nipsy/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; }; }; 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; }; }; -- cgit v1.2.3