podman: fix passthru.tests

This commit is contained in:
zowoq 2020-05-14 09:39:22 +10:00
parent 115b797a43
commit 82e0e43284

View File

@ -29,7 +29,7 @@ let
in runCommand podman.name {
name = "${podman.pname}-wrapper-${podman.version}";
inherit (podman) pname version;
inherit (podman) pname version passthru;
meta = builtins.removeAttrs podman.meta [ "outputsToInstall" ];