pluto: set __darwinAllowLocalNetworking

Fixes tests with sandboxing on darwin.

(cherry picked from commit c8e8151d17)
This commit is contained in:
Michael Daniels
2025-07-06 09:16:32 -04:00
parent d182676b23
commit 5b13c70eef

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";