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:
parent
9d6d47a816
commit
ed18db011f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue