conftest: allow local networking in darwin sandbox for testing

This commit is contained in:
06kellyjac 2025-07-10 12:06:20 +01:00
parent 7aa90db876
commit 3705087b54

View File

@ -13,6 +13,8 @@ buildGoModule (finalAttrs: {
pname = "conftest";
version = "0.62.0";
__darwinAllowLocalNetworking = true; # required for tests
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "conftest";