3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #156910 from NixOS/output-build-artefacts

This commit is contained in:
Patrick Hilhorst 2022-01-27 01:00:46 +01:00 committed by GitHub
commit 071dbeb56d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ rec {
# effectively mute the XMLLogger # effectively mute the XMLLogger
export LOGFILE=/dev/null export LOGFILE=/dev/null
${driver}/bin/nixos-test-driver ${driver}/bin/nixos-test-driver -o $out
''; '';
passthru = driver.passthru // { passthru = driver.passthru // {