httpx: do not build testing packages

This commit is contained in:
Mario Rodas
2023-04-29 11:21:00 +00:00
parent 7b04ee0f8a
commit e4cb573405
+4
View File
@@ -16,6 +16,10 @@ buildGoModule rec {
vendorHash = "sha256-i/Fvuy9wzXot114BI0rIbLWDW70VEaDKGThTcTZLx1M=";
subPackages = [ "cmd/httpx" ];
ldflags = [ "-s" "-w" ];
# Tests require network access
doCheck = false;