about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync/storj-uplink
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-09 23:00:30 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-09 23:00:30 +0000
commita3f9f41fb870ac75e8eb640e3a956a9fbb2486a7 (patch)
treea59940da9c4cf6fe9fdf143f727721a926876fde /pkgs/applications/networking/sync/storj-uplink
parent2a9c9bb5fe87591555d05ea1480b40c279d874d6 (diff)
storj-uplink: add ldflags
Diffstat (limited to 'pkgs/applications/networking/sync/storj-uplink')
-rw-r--r--pkgs/applications/networking/sync/storj-uplink/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/sync/storj-uplink/default.nix b/pkgs/applications/networking/sync/storj-uplink/default.nix
index 0d2aad3c81e12..65b9630fd5a08 100644
--- a/pkgs/applications/networking/sync/storj-uplink/default.nix
+++ b/pkgs/applications/networking/sync/storj-uplink/default.nix
@@ -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";