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 --- hosts/common/core/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common') diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index a0dc5b2..94be2f6 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -14,7 +14,7 @@ trusted-users = [ "root" "@wheel" ]; auto-optimise-store = lib.mkDefault true; - experimental-features = [ "nix-command" "flakes" "repl-flake" ]; + experimental-features = [ "nix-command" "flakes" ]; warn-dirty = false; #flake-registry = ""; # Disable global flake registry This is a hold-over setting from Misterio77. Not sure significance but likely to do with nix.registry entry below. }; -- cgit v1.2.3