Skip to content

Commit

Permalink
nixos/tests/installer: Add chroot-realpath for systemd-stage-1 (NixOS…
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvishJerricco authored Dec 19, 2024
2 parents ced5e66 + 08780ef commit 6eb6407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/tests/installer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 [ ];
Expand Down

0 comments on commit 6eb6407

Please sign in to comment.