treewide: use pkgs.nixos-enter instead of config.system.build.nixos-enter

This commit is contained in:
K900 2024-09-21 12:44:04 +03:00
parent 5dcbab6b74
commit 1f9fc918ce
4 changed files with 5 additions and 5 deletions

View file

@ -321,7 +321,7 @@ let format' = format; in let
e2fsprogs
lkl
config.system.build.nixos-install
config.system.build.nixos-enter
nixos-enter
nix
systemdMinimal
]

View file

@ -124,7 +124,7 @@ let
tools = lib.makeBinPath (
with pkgs; [
config.system.build.nixos-enter
nixos-enter
config.system.build.nixos-install
dosfstools
e2fsprogs

View file

@ -112,7 +112,7 @@ let
tools = lib.makeBinPath (
with pkgs; [
config.system.build.nixos-enter
nixos-enter
config.system.build.nixos-install
dosfstools
e2fsprogs