nixos/testing-python.nix: Expose driver

(cherry picked from commit a2c9220568648b4528154ebd8e657add243ed0b4)
wip/little-gl
Robert Hensing 3 years ago committed by aszlig
parent c362a28fcf
commit 71087b2bc4
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691
  1. 4
      nixos/lib/testing-python.nix

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

Loading…
Cancel
Save