diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index ab2b5a61f12d..54224302e008 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -757,7 +757,8 @@ let pkgs.mypy pkgs.bootspec ] - ++ optionals clevisTest [ pkgs.klibc ]; + ++ optionals clevisTest [ pkgs.klibc ] + ++ optional systemdStage1 pkgs.chroot-realpath; nix.settings = { substituters = mkForce [ ];