nxv: enable darwin local networking for tests

This commit is contained in:
James Brink
2026-01-05 21:34:45 -07:00
parent 2099c17763
commit 9d16ea0c10
+3
View File
@@ -20,6 +20,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-7c1LryJvrOsSiLPYNvGIFaTONhA0c99n918/yNRKkxo=";
# Tests use mockito which needs to bind to localhost
__darwinAllowLocalNetworking = true;
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";