From e5f66b30768d6d25fa97fe446b4a456e9a9357b4 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 31 May 2023 15:51:44 +0800 Subject: [PATCH] config: add 'repl-flake' to experimental features --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 08516b73..d376f149 100644 --- a/flake.nix +++ b/flake.nix @@ -190,7 +190,7 @@ # # Since we're using flakes to make this possible, we need it. Plus, the # UX of Nix CLI is becoming closer to Guix's which is a nice bonus. - experimental-features = [ "nix-command" "flakes" ]; + experimental-features = [ "nix-command" "flakes" "repl-flake" ]; auto-optimise-store = lib.mkDefault true; };