From 6c403c4178c42f3dfcf4995cdfe4081c99786004 Mon Sep 17 00:00:00 2001 From: Cassie Cheung Date: Sat, 7 Dec 2024 18:22:27 +0800 Subject: [PATCH] fix: remove experimental feature flag repl-flake this was removed in upstream nix. --- nix/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/common.nix b/nix/common.nix index 8ddfa41..f539b92 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -14,7 +14,7 @@ "t2linux.cachix.org-1:P733c5Gt1qTcxsm+Bae0renWnT8OLs0u9+yfaK2Bejw=" ]; - experimental-features = [ "nix-command" "flakes" "repl-flake" ]; + experimental-features = [ "nix-command" "flakes" ]; }; environment.systemPackages = with pkgs; [