Skip to content

Commit

Permalink
allow darwin local networking?
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Dec 9, 2024
1 parent 05241e4 commit 97edaa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
pname = "cohttp-curl-lwt";
checkInputs = [ alcotest cohttp-lwt-unix cohttp cohttp-lwt conduit-lwt ounit2 uri ];
propagatedBuildInputs = [ ocurl cohttp-curl http stringext lwt ];
__darwinAllowLocalNetworking = true;
};
cohttp-curl-async = pkg {
pname = "cohttp-curl-async";
Expand Down

0 comments on commit 97edaa7

Please sign in to comment.