podman: fix passthru.tests
This commit is contained in:
parent
115b797a43
commit
82e0e43284
@ -29,7 +29,7 @@ let
|
|||||||
|
|
||||||
in runCommand podman.name {
|
in runCommand podman.name {
|
||||||
name = "${podman.pname}-wrapper-${podman.version}";
|
name = "${podman.pname}-wrapper-${podman.version}";
|
||||||
inherit (podman) pname version;
|
inherit (podman) pname version passthru;
|
||||||
|
|
||||||
meta = builtins.removeAttrs podman.meta [ "outputsToInstall" ];
|
meta = builtins.removeAttrs podman.meta [ "outputsToInstall" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user