about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync/storj-uplink
diff options
context:
space:
mode:
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";