nezha: fix build on darwin

This commit is contained in:
Moraxyc 2026-06-16 15:24:04 +08:00
commit 936e310bdc
No known key found for this signature in database

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 = ''