nixos/testing-python.nix: Expose driver

(cherry picked from commit a2c9220568648b4528154ebd8e657add243ed0b4)
This commit is contained in:
Robert Hensing
2021-05-08 17:24:47 +02:00
committed by aszlig
parent c362a28fcf
commit 71087b2bc4

View File

@@ -73,7 +73,9 @@ rec {
LOGFILE=/dev/null tests='exec(os.environ["testScript"])' ${driver}/bin/nixos-test-driver
'';
passthru = driver.passthru;
passthru = driver.passthru // {
inherit driver;
};
inherit pos;
};