buildMix: Default to allowing local networking on darwin

This commit is contained in:
Luke Bailey
2025-11-28 18:12:05 +00:00
parent 579a219e3b
commit 185c1b5de9
@@ -57,6 +57,8 @@ let
MIX_DEBUG = if enableDebugInfo then 1 else 0;
HEX_OFFLINE = 1;
__darwinAllowLocalNetworking = true;
ERL_COMPILER_OPTIONS =
let
options = erlangCompilerOptions ++ lib.optionals erlangDeterministicBuilds [ "deterministic" ];