nxv: enable darwin local networking for tests (#477355)

This commit is contained in:
Aleksana
2026-01-06 16:27:46 +00:00
committed by GitHub
+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";