Skip to content

Commit 4391fb2

Browse files
committed
reproxy: fix build on darwin
1 parent 5375f51 commit 4391fb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/re/reproxy/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ buildGoModule rec {
3232
mv $out/bin/{app,reproxy}
3333
'';
3434

35+
__darwinAllowLocalNetworking = true;
36+
3537
meta = with lib; {
3638
description = "Simple edge server / reverse proxy";
3739
homepage = "https://reproxy.io/";

0 commit comments

Comments
 (0)