Skip to content

Commit 6eb6407

Browse files
nixos/tests/installer: Add chroot-realpath for systemd-stage-1 (#366311)
2 parents ced5e66 + 08780ef commit 6eb6407

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nixos/tests/installer.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,8 @@ let
757757
pkgs.mypy
758758
pkgs.bootspec
759759
]
760-
++ optionals clevisTest [ pkgs.klibc ];
760+
++ optionals clevisTest [ pkgs.klibc ]
761+
++ optional systemdStage1 pkgs.chroot-realpath;
761762

762763
nix.settings = {
763764
substituters = mkForce [ ];

0 commit comments

Comments
 (0)