podman: fix passthru.tests
This commit is contained in:
@@ -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" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user