tparse: add ldflags

This commit is contained in:
Nikolay Korotkiy 2024-09-07 02:08:50 +04:00
parent e714e0d031
commit cac4da7aec
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -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";