From 44b25fc08ff8a248485e39732d5e42851ecbac5c Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 27 Apr 2024 16:28:23 +0200 Subject: [PATCH] clanCore: remove repl-flake as it is now stable --- nixosModules/clanCore/nix-settings.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixosModules/clanCore/nix-settings.nix b/nixosModules/clanCore/nix-settings.nix index 7712ab652..64aeaeef1 100644 --- a/nixosModules/clanCore/nix-settings.nix +++ b/nixosModules/clanCore/nix-settings.nix @@ -9,7 +9,6 @@ nix.settings.experimental-features = [ "nix-command" "flakes" - "repl-flake" ]; # The default at 10 is rarely enough.