mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-17 06:59:46 +03:00
nixos/testing-python.nix: Expose driver
(cherry picked from commit a2c9220568648b4528154ebd8e657add243ed0b4)
This commit is contained in:
parent
c362a28fcf
commit
71087b2bc4
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@ rec {
|
||||||
LOGFILE=/dev/null tests='exec(os.environ["testScript"])' ${driver}/bin/nixos-test-driver
|
LOGFILE=/dev/null tests='exec(os.environ["testScript"])' ${driver}/bin/nixos-test-driver
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = driver.passthru;
|
passthru = driver.passthru // {
|
||||||
|
inherit driver;
|
||||||
|
};
|
||||||
|
|
||||||
inherit pos;
|
inherit pos;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue