q: Build as release
This commit is contained in:
parent
62195b8168
commit
afdc90f713
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ pkgs.buildGoModule rec {
|
|||
|
||||
vendorSha256 = "sha256-jBPCZ2vnI6gnRdnKkWzrh8mYwxp3Xfvyd28ZveAYZdc=";
|
||||
|
||||
ldflags = "-s -w -X main.version=release";
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue