nodeinfo: strip and link static

This commit is contained in:
6543 2024-11-26 14:01:39 +01:00
parent aa96873f08
commit 7bbaef9030

View File

@ -16,9 +16,12 @@ buildGoModule rec {
hash = "sha256-NNrMv4AS7ybuJfTgs+p61btSIxo+iMvzH7Y5ct46Dag=";
};
modRoot = "./cli";
tags = "extension";
sourceRoot = "${src.name}/cli";
ldflags = [
"-s"
"-w"
];
CGO_ENABLED = 0;