Merge pull request #167315 from Lassulus/systemd-disk-image

make-disk-image: add systemdMinimal to PATH
This commit is contained in:
ajs124 2022-04-05 13:17:55 +02:00 committed by GitHub
commit 41c440bebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,6 +170,7 @@ let format' = format; in let
config.system.build.nixos-install
config.system.build.nixos-enter
nix
systemdMinimal
] ++ stdenv.initialPath);
# I'm preserving the line below because I'm going to search for it across nixpkgs to consolidate