From 7a3745b07607d3fc85fb5a0a08832ab078080884 Mon Sep 17 00:00:00 2001 From: julia Date: Wed, 15 May 2024 19:11:32 +1000 Subject: Deprecate the online flake registries and vendor the default registry Fixes #183, #110, #116. The default flake-registry option becomes 'vendored', and refers to a vendored flake-registry.json file in the install path. Vendored copy of the flake-registry is from github:NixOS/flake-registry at commit 9c69f7bd2363e71fe5cd7f608113290c7614dcdd. Change-Id: I752b81c85ebeaab4e582ac01c239d69d65580f37 --- package.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.nix') diff --git a/package.nix b/package.nix index 325d3e38e..be3bcfb35 100644 --- a/package.nix +++ b/package.nix @@ -313,6 +313,8 @@ stdenv.mkDerivation (finalAttrs: { "--suite=check" "--print-errorlogs" ]; + # the tests access localhost. + __darwinAllowLocalNetworking = true; # Make sure the internal API docs are already built, because mesonInstallPhase # won't let us build them there. They would normally be built in buildPhase, -- cgit v1.2.3