add ldflags -s and -w

This commit is contained in:
Arik Grahl 2022-09-11 13:40:07 +02:00
parent fa3e7042dd
commit 27dee9344a

View File

@ -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";