add ldflags
-s and -w
This commit is contained in:
parent
fa3e7042dd
commit
27dee9344a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user