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:
parent
08f22084e6
commit
803efcac00
@ -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);
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user