mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/testing-python: actually copy build artefacts
This broke in #156858.
This commit is contained in:
parent
d1d974caea
commit
23c87e7991
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ rec {
|
|||
# effectively mute the XMLLogger
|
||||
export LOGFILE=/dev/null
|
||||
|
||||
${driver}/bin/nixos-test-driver
|
||||
${driver}/bin/nixos-test-driver -o $out
|
||||
'';
|
||||
|
||||
passthru = driver.passthru // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue