From 08780ef0aad210cde69b575756b2d9e8cdaca367 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Wed, 18 Dec 2024 15:12:25 -0500 Subject: [PATCH] nixos/tests/installer: Add chroot-realpath for systemd-stage-1 --- nixos/tests/installer.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index ab2b5a61f12d..54224302e008 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -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 [ ];