tparse: add ldflags
This commit is contained in:
parent
e714e0d031
commit
cac4da7aec
@ -19,6 +19,12 @@ buildGoModule {
|
||||
|
||||
vendorHash = "sha256-soIti6o8BUnarPf5/bcMJKdEG0oRpDLMkQM6RlbZQ5I=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X main.version=${version}"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly";
|
||||
mainProgram = "tparse";
|
||||
|
Loading…
Reference in New Issue
Block a user