mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 13:35:13 +00:00
Merge pull request #167315 from Lassulus/systemd-disk-image
make-disk-image: add systemdMinimal to PATH
This commit is contained in:
commit
41c440bebe
@ -170,6 +170,7 @@ let format' = format; in let
|
|||||||
config.system.build.nixos-install
|
config.system.build.nixos-install
|
||||||
config.system.build.nixos-enter
|
config.system.build.nixos-enter
|
||||||
nix
|
nix
|
||||||
|
systemdMinimal
|
||||||
] ++ stdenv.initialPath);
|
] ++ stdenv.initialPath);
|
||||||
|
|
||||||
# I'm preserving the line below because I'm going to search for it across nixpkgs to consolidate
|
# I'm preserving the line below because I'm going to search for it across nixpkgs to consolidate
|
||||||
|
Loading…
Reference in New Issue
Block a user