mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
treewide: use pkgs.nixos-enter instead of config.system.build.nixos-enter
This commit is contained in:
parent
5dcbab6b74
commit
1f9fc918ce
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
]
|
||||
|
|
|
@ -124,7 +124,7 @@ let
|
|||
|
||||
tools = lib.makeBinPath (
|
||||
with pkgs; [
|
||||
config.system.build.nixos-enter
|
||||
nixos-enter
|
||||
config.system.build.nixos-install
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
|
|
|
@ -112,7 +112,7 @@ let
|
|||
|
||||
tools = lib.makeBinPath (
|
||||
with pkgs; [
|
||||
config.system.build.nixos-enter
|
||||
nixos-enter
|
||||
config.system.build.nixos-install
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue