diff --git a/home-manager/profiles/work-wsl.nix b/home-manager/profiles/work-wsl.nix index c720eb0..cca92ed 100644 --- a/home-manager/profiles/work-wsl.nix +++ b/home-manager/profiles/work-wsl.nix @@ -44,7 +44,7 @@ ]; connect-timeout = 5; log-lines = 25; - experimental-features = "nix-command flakes"; + experimental-features = "nix-command flakes repl-flake"; fallback = true; warn-dirty = false; substituters = [ diff --git a/modules/misc/common/default.nix b/modules/misc/common/default.nix index ec81044..57c9b1a 100644 --- a/modules/misc/common/default.nix +++ b/modules/misc/common/default.nix @@ -128,6 +128,7 @@ experimental-features = [ "nix-command" "flakes" + "repl-flake" ]; trusted-users = [ "root"