From 803efcac007dc1eb38b36b851eac15caef4cc1d6 Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Sat, 31 May 2025 11:49:50 +0200 Subject: [PATCH] lixPackageSets.*.lix.passthru.tests.installer: test the correct Lix for real No idea how that mistake sneaked into 9685bc5a059b1adf8455bc6c9f54e5b51a60d52a which was supposed to fix the issue. --- nixos/tests/installer.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 56f1b4f19bfb..166eb32090c6 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -722,6 +722,10 @@ let libxml2.bin libxslt.bin nixos-artwork.wallpapers.simple-dark-gray-bottom + (nixos-rebuild-ng.override { + withNgSuffix = false; + withReexec = true; + }) ntp perlPackages.ConfigIniFiles perlPackages.FileSlurp @@ -1110,7 +1114,7 @@ in simple = makeInstallerTest "simple" ( simple-test-config // { - passthru.override = args: makeInstallerTest "simple" simple-test-config // args; + passthru.override = args: makeInstallerTest "simple" (simple-test-config // args); } );