about summary refs log tree commit diff
path: root/pkgs/development/tools/konf
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/konf')
-rw-r--r--pkgs/development/tools/konf/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/konf/default.nix b/pkgs/development/tools/konf/default.nix
index 44e56541db63d..dbae81fdf6774 100644
--- a/pkgs/development/tools/konf/default.nix
+++ b/pkgs/development/tools/konf/default.nix
@@ -16,6 +16,8 @@ buildGoModule rec {
 
   vendorHash = "sha256-sB3j19HrTtaRqNcooqNy8vBvuzxxyGDa7MOtiGoVgN8=";
 
+  ldflags = [ "-s" "-w" ];
+
   meta = with lib; {
     description = "Lightweight and blazing fast kubeconfig manager which allows to use different kubeconfigs at the same time";
     homepage = "https://github.com/SimonTheLeg/konf-go";