nodeinfo: fix tags (should be a list)
This commit is contained in:
parent
4b39e819bf
commit
3afd26366a
@ -17,7 +17,7 @@ buildGoModule rec {
|
||||
};
|
||||
|
||||
modRoot = "./cli";
|
||||
tags = "extension";
|
||||
tags = [ "extension" ];
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
|
Loading…
Reference in New Issue
Block a user