q: add version ldflags

This commit is contained in:
SharzyL 2023-12-22 00:24:04 +08:00 committed by Weijia Wang
parent 536587cd4a
commit fc1410ae83

View file

@ -13,6 +13,12 @@ buildGoModule rec {
vendorHash = "sha256-6kdf+LwMrIjwC3uZHlMdpEHvonxKfr86PQaMOgzgYOc=";
ldflags = [
"-s"
"-w"
"-X main.version=${version}"
];
doCheck = false; # tries to resolve DNS
meta = {