Unverified Commit c8e8151d authored by Michael Daniels's avatar Michael Daniels
Browse files

pluto: set __darwinAllowLocalNetworking

Fixes tests with sandboxing on darwin.
parent 57a9488f
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";