Commit 185c1b5d authored by Luke Bailey's avatar Luke Bailey
Browse files

buildMix: Default to allowing local networking on darwin

parent 579a219e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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" ];