about summary refs log tree commit diff
path: root/pkgs/tools/admin/aws-nuke
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-08 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-08 04:20:00 +0000
commit8c2225cf4d983dfeae4f5284c447d309e4e71b99 (patch)
tree5add976969863446b3668e6433e48f112011e9dd /pkgs/tools/admin/aws-nuke
parent89ff90cc5e93f225d4148e38ac8ee6d154369887 (diff)
aws-nuke: add ldflags
Diffstat (limited to 'pkgs/tools/admin/aws-nuke')
-rw-r--r--pkgs/tools/admin/aws-nuke/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/admin/aws-nuke/default.nix b/pkgs/tools/admin/aws-nuke/default.nix
index 50ca3697c446c..5091a8c8d88e5 100644
--- a/pkgs/tools/admin/aws-nuke/default.nix
+++ b/pkgs/tools/admin/aws-nuke/default.nix
@@ -29,6 +29,8 @@ buildGoModule rec {
 
   subPackages = [ "." ];
 
+  ldflags = [ "-s" "-w" ];
+
   postInstall = ''
     installShellCompletion --cmd aws-nuke \
       --bash <($out/bin/aws-nuke completion bash) \