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
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691
1 changed files with 3 additions and 1 deletions

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;
};