ipfs-cluster: fix tests on Darwin with "sandbox = true"

This commit is contained in:
Luflosi
2025-10-08 14:47:15 +02:00
parent 14320729fa
commit 0882e1545d
+2
View File
@@ -17,6 +17,8 @@ buildGoModule (finalAttrs: {
hash = "sha256-mdLrLiRNudpQ8i0lvwoNAqhSWJ8VMEC1ZRxXHWHpqLY=";
};
__darwinAllowLocalNetworking = true; # required for tests
meta = with lib; {
description = "Allocate, replicate, and track Pins across a cluster of IPFS daemons";
homepage = "https://ipfscluster.io";