lixPackageSets.*.lix.passthru.tests.installer: test the correct Lix for real

No idea how that mistake sneaked into 9685bc5a05
which was supposed to fix the issue.
This commit is contained in:
Alois Wohlschlager
2025-06-22 10:55:06 +02:00
parent 08f22084e6
commit 803efcac00
+5 -1
View File
@@ -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);
}
);