open-policy-agent: enable __darwinAllowLocalNetworking

To fix test that requires networking in the darwin sandbox.
This commit is contained in:
teutat3s
2025-04-18 14:06:34 +02:00
committed by Gaetan Lepage
parent 982ec514ae
commit dadb234094
@@ -99,6 +99,9 @@ buildGoModule rec {
runHook postInstallCheck
'';
# Required for tests that need networking
__darwinAllowLocalNetworking = true;
meta = with lib; {
mainProgram = "opa";
homepage = "https://www.openpolicyagent.org";