Merge pull request #101805 from andir/unbreak-tarball-job

nixos/tests: fix wrong inherit that passes on the nodes attrs
This commit is contained in:
Andreas Rammhold 2020-10-27 01:29:36 +01:00 committed by GitHub
commit 1dc37370c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ rec {
else
test // {
inherit test driver driverInteractive;
inherit (test) nodes;
inherit (driver) nodes;
};
runInMachine =