make-disk-image: add systemdMinimal to PATH
this is needed to setup /tmp inside the chroot. which is needed bysystemd-boot to sucessfully install
lassulus 3 years ago ed18db01 9d6d47a8
··· 170 170 config.system.build.nixos-install 171 171 config.system.build.nixos-enter 172 172 nix 173 173 + systemdMinimal 173 174 ] ++ stdenv.initialPath); 174 175 175 176 # I'm preserving the line below because I'm going to search for it across nixpkgs to consolidate