From 0882e1545d34db88b11aeb17f62509f639cdf4bf Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 8 Oct 2025 14:41:54 +0200 Subject: [PATCH] ipfs-cluster: fix tests on Darwin with "sandbox = true" --- pkgs/by-name/ip/ipfs-cluster/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/ip/ipfs-cluster/package.nix b/pkgs/by-name/ip/ipfs-cluster/package.nix index b675a81965a0..6f27475f944d 100644 --- a/pkgs/by-name/ip/ipfs-cluster/package.nix +++ b/pkgs/by-name/ip/ipfs-cluster/package.nix @@ -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";