mise: fix darwin build

This commit is contained in:
Philip White
2026-05-30 17:09:16 -07:00
parent 7fdd47d761
commit fa68abab8a
+3
View File
@@ -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