lol

pluto: set __darwinAllowLocalNetworking (#422937)

authored by

Wolfgang Walther and committed by
GitHub
a3c1885b fe2eda7f

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