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:
@@ -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);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user