opencloud: allow local networking in Darwin tests

Assisted-by: OpenAI Codex (GPT-5)
(cherry picked from commit 285d60b4c4)
This commit is contained in:
UwU 420
2026-08-18 15:19:32 +02:00
parent 4d893bd8ff
commit ebcbbf71bb

View File

@@ -92,6 +92,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;