chaos: add ldflags

This commit is contained in:
Fabian Affolter
2024-12-07 09:40:16 +01:00
parent 2dc8bb0a82
commit 3fea04cafc
+5
View File
@@ -19,6 +19,11 @@ buildGoModule rec {
subPackages = [ "cmd/chaos/" ];
ldflags = [
"-s"
"-w"
];
meta = with lib; {
description = "Tool to communicate with Chaos DNS API";
homepage = "https://github.com/projectdiscovery/chaos-client";