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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user