diff options
Diffstat (limited to '')
| -rw-r--r-- | sys/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/default.nix b/sys/default.nix index 47203f9..228c126 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -21,11 +21,11 @@ with lib; { nix = { package = pkgs.nixFlakes; extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes repl-flake ''; }; - # shenvs necesita systemd 251 + # hm-isolation necesita systemd 251 systemd = mkIf (config.system.nixos.release == "22.05") { package = pkgs.unstable.systemd; }; |
