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

View File

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