ownserver: enable darwinAllowLocalNetworking for tests

This commit is contained in:
Harinn
2026-05-06 16:03:14 +07:00
parent 4b19a3a7c5
commit 2f5a2a048e
+3
View File
@@ -33,6 +33,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
openssl
];
# `proxy_client::fetch_token_test` spins up a warp server during `cargo test`.
__darwinAllowLocalNetworking = true;
passthru.updateScript = nix-update-script { };
meta = {