opencloud: allow local networking in Darwin tests

Assisted-by: OpenAI Codex (GPT-5)
This commit is contained in:
UwU 420
2026-08-18 15:19:32 +02:00
parent 10b561f9c1
commit 285d60b4c4

View File

@@ -91,6 +91,9 @@ buildGoModule (finalAttrs: {
rm services/search/pkg/opensearch/*_test.go
'';
# The activitylog tests start a local NATS server.
__darwinAllowLocalNetworking = true;
env = {
# avoids 'make generate' calling `git`, otherwise no-op
STRING = finalAttrs.version;