Commit 2b06eb17 authored by René Neumann's avatar René Neumann
Browse files

podman: make gvproxy a darwin-only strict requirement

gvproxy is needed to run `podman machine` that is not necessary under
Linux. If one has the urge to also do so under Linux, it still can be added
to `extraRuntimes`.
parent 2fa9acad
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -178,7 +178,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 [