Loading pkgs/tools/security/httpx/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,10 @@ buildGoModule rec { vendorHash = "sha256-i/Fvuy9wzXot114BI0rIbLWDW70VEaDKGThTcTZLx1M="; subPackages = [ "cmd/httpx" ]; ldflags = [ "-s" "-w" ]; # Tests require network access doCheck = false; Loading Loading
pkgs/tools/security/httpx/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,10 @@ buildGoModule rec { vendorHash = "sha256-i/Fvuy9wzXot114BI0rIbLWDW70VEaDKGThTcTZLx1M="; subPackages = [ "cmd/httpx" ]; ldflags = [ "-s" "-w" ]; # Tests require network access doCheck = false; Loading