Unverified Commit 6eb64074 authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

nixos/tests/installer: Add chroot-realpath for systemd-stage-1 (#366311)

parents ced5e669 08780ef0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 [ ];