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
main
lassulus 2 years ago
parent 9d6d47a816
commit ed18db011f
  1. 1
      nixos/lib/make-disk-image.nix

@ -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

Loading…
Cancel
Save