diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-28 18:30:43 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-28 18:45:03 -0600 |
| commit | e508b2b5d7c7e3504bb5e8ff33fd3bbfc006f9ef (patch) | |
| tree | 8b575f860890e2e77d5a3146558b628e4b2b91e1 /sys | |
| parent | ccbd359a8f9089a1e7a9566fdca62e26a2bb447c (diff) | |
flake: move nixpkgs config to pkgs/config
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; }; |
