nixos/tests/installer: Add chroot-realpath for systemd-stage-1

This commit is contained in:
Will Fancher
2024-12-18 15:12:25 -05:00
parent 3566ab7246
commit 08780ef0aa

View File

@@ -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 [ ];