Unverified Commit 4391fb2c authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

reproxy: fix build on darwin

parent 5375f514
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ buildGoModule rec {
    mv $out/bin/{app,reproxy}
  '';

  __darwinAllowLocalNetworking = true;

  meta = with lib; {
    description = "Simple edge server / reverse proxy";
    homepage = "https://reproxy.io/";