nodeinfo: fix tags (should be a list)

This commit is contained in:
Yueh-Shun Li 2024-11-29 10:01:14 +08:00
parent 4b39e819bf
commit 3afd26366a

View File

@ -17,7 +17,7 @@ buildGoModule rec {
};
modRoot = "./cli";
tags = "extension";
tags = [ "extension" ];
ldflags = [
"-s"
"-w"