diff --git a/pkgs/by-name/mi/mise/package.nix b/pkgs/by-name/mi/mise/package.nix index 21984c27b8d5..a3a2d9f7f06f 100644 --- a/pkgs/by-name/mi/mise/package.nix +++ b/pkgs/by-name/mi/mise/package.nix @@ -86,6 +86,9 @@ rustPlatform.buildRustPackage (finalAttrs: { # some tests access the same folders, don't test in parallel to avoid race conditions dontUseCargoParallelTests = true; + # HTTP tests use mock servers that bind to localhost. Without this, darwin builds fail. + __darwinAllowLocalNetworking = true; + postInstall = '' installManPage ./man/man1/mise.1