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.
This commit is contained in:
Alois Wohlschlager 2025-05-31 11:49:50 +02:00
parent 08f22084e6
commit 803efcac00
No known key found for this signature in database
GPG Key ID: E0F59EA5E5216914

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);
}
);