pluto: set __darwinAllowLocalNetworking (#422937)

authored by

Wolfgang Walther and committed by
GitHub
a3c1885b fe2eda7f

+2
+2
pkgs/by-name/pl/pluto/package.nix
··· 23 23 "-X main.version=v${version}" 24 24 ]; 25 25 26 + __darwinAllowLocalNetworking = true; # for tests 27 + 26 28 meta = with lib; { 27 29 homepage = "https://github.com/FairwindsOps/pluto"; 28 30 description = "Find deprecated Kubernetes apiVersions";