storj-uplink: add ldflags

This commit is contained in:
Mario Rodas 2023-09-09 23:00:30 +00:00
parent 2a9c9bb5fe
commit a3f9f41fb8

View File

@ -18,6 +18,8 @@ buildGoModule rec {
vendorHash = "sha256-gskOhLdrRzbvZwuOlm04fjeSXhNr/cqVGejEPZVtuBk=";
ldflags = [ "-s" "-w" ];
meta = with lib; {
description = "Command-line tool for Storj";
homepage = "https://storj.io";