Loading pkgs/by-name/po/podman/package.nix +13 −12 Original line number Diff line number Diff line Loading @@ -176,7 +176,8 @@ buildGoModule (finalAttrs: { name = "podman-helper-binary-wrapper"; # this only works for some binaries, others may need to be added to `binPath` or in the modules paths = [ paths = lib.optionals stdenv.hostPlatform.isDarwin [ gvproxy ] ++ lib.optionals stdenv.hostPlatform.isLinux [ Loading Loading
pkgs/by-name/po/podman/package.nix +13 −12 Original line number Diff line number Diff line Loading @@ -176,7 +176,8 @@ buildGoModule (finalAttrs: { name = "podman-helper-binary-wrapper"; # this only works for some binaries, others may need to be added to `binPath` or in the modules paths = [ paths = lib.optionals stdenv.hostPlatform.isDarwin [ gvproxy ] ++ lib.optionals stdenv.hostPlatform.isLinux [ Loading