From ecf486145ff0dd2ae9c8915ffcb2d2a94a55185d Mon Sep 17 00:00:00 2001 From: Winter Date: Mon, 30 Sep 2024 21:55:51 -0400 Subject: [PATCH] gonic: fix tests in darwin sandbox --- pkgs/servers/gonic/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/servers/gonic/default.nix b/pkgs/servers/gonic/default.nix index d23e130375de..a0ec78a5b36a 100644 --- a/pkgs/servers/gonic/default.nix +++ b/pkgs/servers/gonic/default.nix @@ -50,6 +50,9 @@ buildGoModule rec { tests.gonic = nixosTests.gonic; }; + # tests require it + __darwinAllowLocalNetworking = true; + meta = { homepage = "https://github.com/sentriz/gonic"; description = "Music streaming server / subsonic server API implementation";