nezha: fix build on darwin (#532214)

This commit is contained in:
Weijia Wang 2026-06-16 07:33:27 +00:00 committed by GitHub
commit b38530584b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,6 +101,7 @@ buildGoModule (finalAttrs: {
"-X github.com/nezhahq/nezha/service/singleton.Version=${finalAttrs.version}"
];
__darwinAllowLocalNetworking = true; # TestOptionalAuth_PATWithoutScopeIsDenied
checkFlags = "-skip=^TestSplitDomainSOA$";
postInstall = ''