anubis: fix build on darwin with sandbox enabled (#545280)

This commit is contained in:
Thomas Gerbet
2026-07-24 19:58:02 +00:00
committed by GitHub
+2
View File
@@ -75,6 +75,8 @@ buildGoModule (finalAttrs: {
export DONT_USE_NETWORK=1
'';
__darwinAllowLocalNetworking = true;
passthru = {
tests = { inherit (nixosTests) anubis; };
updateScript = nix-update-script { extraArgs = [ "--version-regex=^v(\\d+\\.\\d+\\.\\d+)$" ]; };