From c6682218084a5eeaecbad39648f89e09393a35ee Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Tue, 29 Apr 2025 13:57:19 +0200 Subject: [PATCH] nix/module.nix: add repl-flake to experimental features --- modules/system/nix/module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/nix/module.nix b/modules/system/nix/module.nix index befe56d..4f0d67a 100644 --- a/modules/system/nix/module.nix +++ b/modules/system/nix/module.nix @@ -97,6 +97,7 @@ in { "flakes" # flakes "nix-command" # experimental nix commands "cgroups" # allow nix to execute builds inside cgroups + "repl-flake" # nh os repl needs this on lix ]; # Ensures that the result of Nix expressions is fully determined by