From d917306c4d7edd246c4906649455dde7c120c038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 7 Feb 2024 12:15:35 +0100 Subject: nixos: enable repl-flake in nix --- nixos/modules/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 69a35e6..232fbda 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -11,7 +11,7 @@ in { system.stateVersion = "24.05"; nix = { - extraOptions = "experimental-features = nix-command flakes"; + extraOptions = "experimental-features = nix-command flakes repl-flake"; settings = { auto-optimise-store = true; substituters = [ -- cgit v1.2.3