nixos/tests: Fix installer systemdStage1 argument

This commit is contained in:
Will Fancher
2026-04-08 19:45:51 -04:00
parent 0134737fb0
commit 9a0ea0689b
+1 -1
View File
@@ -785,7 +785,7 @@ in
input-remapper = runTest ./input-remapper.nix;
inspircd = runTest ./inspircd.nix;
installed-tests = recurseIntoAttrs (handleTest ./installed-tests { });
installer = handleTest ./installer.nix { systemdStage1 = true; };
installer = handleTest ./installer.nix { systemdStage1 = false; };
installer-systemd-stage-1 = handleTest ./installer.nix { systemdStage1 = true; };
intune = runTest ./intune.nix;
invidious = runTest ./invidious.nix;