Unverified Commit a3c1885b authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

pluto: set __darwinAllowLocalNetworking (#422937)

parents fe2eda7f c8e8151d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ buildGoModule rec {
    "-X main.version=v${version}"
  ];

  __darwinAllowLocalNetworking = true; # for tests

  meta = with lib; {
    homepage = "https://github.com/FairwindsOps/pluto";
    description = "Find deprecated Kubernetes apiVersions";