pluto: set __darwinAllowLocalNetworking

Fixes tests with sandboxing on darwin.
This commit is contained in:
Michael Daniels
2025-07-06 09:21:45 -04:00
parent 57a9488f0e
commit c8e8151d17
+2
View File
@@ -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";