naabu: add ldflags

This commit is contained in:
Fabian Affolter
2024-01-21 09:28:19 +01:00
parent 766f3b4485
commit 722ecbcf1a
+5
View File
@@ -27,6 +27,11 @@ buildGoModule rec {
"cmd/naabu/"
];
ldflags = [
"-w"
"-s"
];
meta = with lib; {
description = "Fast SYN/CONNECT port scanner";
longDescription = ''