Skip to content

Commit

Permalink
podman: add gvproxy to darwin wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Aug 23, 2021
1 parent 928cee3 commit d7f344b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/virtualization/podman/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
, cni-plugins # not added to path
, iptables
, iproute2
, gvproxy
, qemu
, xz
}:
Expand All @@ -31,6 +32,7 @@ let
iptables
iproute2
] ++ lib.optionals stdenv.isDarwin [
gvproxy
qemu
xz
] ++ extraPackages);
Expand Down

0 comments on commit d7f344b

Please sign in to comment.