Unverified Commit 01ff7222 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

reproxy: fix build on darwin (#374080)

parents 34708553 4391fb2c
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/";