diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/core/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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. }; |