podman: fix passthru.tests
This commit is contained in:
parent
115b797a43
commit
82e0e43284
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue