From 8b48f0a4eb3c7be9ca27a030ede818d1bc0217a9 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Thu, 28 Mar 2024 15:53:10 +0100 Subject: [PATCH] nix: enable repl-flake --- modules/base/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/nix.nix b/modules/base/nix.nix index ccadf55..48fea65 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -27,7 +27,7 @@ auto-optimise-store = true; # Enable flakes - experimental-features = ["nix-command" "flakes"]; + experimental-features = ["nix-command" "flakes" "repl-flake"]; # Timeout connections to the binary cache instead of waiting forever connect-timeout = 5;