Commit 08780ef0 authored by Will Fancher's avatar Will Fancher
Browse files

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

parent 3566ab72
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 [ ];