podman: add gvproxy to darwin wrapper

This commit is contained in:
zowoq 2021-08-03 10:58:51 +10:00
parent 928cee3856
commit d7f344b5b0

View File

@ -14,6 +14,7 @@
, cni-plugins # not added to path
, iptables
, iproute2
, gvproxy
, qemu
, xz
}:
@ -31,6 +32,7 @@ let
iptables
iproute2
] ++ lib.optionals stdenv.isDarwin [
gvproxy
qemu
xz
] ++ extraPackages);