prometheus: Allow local networking on Darwin for assets build

The npm test suite performs a localhost DNS lookup which fails in the
Darwin sandbox without this.
This commit is contained in:
Jonathan Davies
2026-04-20 22:44:10 +01:00
parent e4964a7e10
commit 444fdee5ef
+2
View File
@@ -63,6 +63,8 @@ let
env.CI = true;
__darwinAllowLocalNetworking = true;
doCheck = true;
checkPhase = ''
runHook preCheck