1
0
Fork 0

q: fix build
All checks were successful
Build / build-arm64-linux (push) Successful in 2m43s
Build / build-amd64-linux (push) Successful in 5m13s

This commit is contained in:
Daniel Kempkens 2024-01-28 23:47:06 +01:00
parent fd36decea7
commit ab8288e9fe
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -13,7 +13,7 @@ pkgs.buildGo121Module rec {
vendorHash = "sha256-6kdf+LwMrIjwC3uZHlMdpEHvonxKfr86PQaMOgzgYOc=";
ldflags = "-s -w -X main.version=release";
ldflags = [ "-s" "-w" "-X main.version=release" ];
doCheck = false;
meta = with lib; {