diff --git a/pkgs/tools/security/httpx/default.nix b/pkgs/tools/security/httpx/default.nix index 674477524406..420806038774 100644 --- a/pkgs/tools/security/httpx/default.nix +++ b/pkgs/tools/security/httpx/default.nix @@ -16,6 +16,10 @@ buildGoModule rec { vendorHash = "sha256-i/Fvuy9wzXot114BI0rIbLWDW70VEaDKGThTcTZLx1M="; + subPackages = [ "cmd/httpx" ]; + + ldflags = [ "-s" "-w" ]; + # Tests require network access doCheck = false;