reproxy: fix build on darwin

This commit is contained in:
Nikolay Korotkiy
2025-01-15 19:06:37 +04:00
parent 5375f514bd
commit 4391fb2cee
+2
View File
@@ -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/";