make-disk-image: add systemdMinimal to PATH

this is needed to setup /tmp inside the chroot. which is needed by
systemd-boot to sucessfully install
This commit is contained in:
lassulus 2022-04-05 11:57:50 +02:00
parent 9d6d47a816
commit ed18db011f

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