kubeseal: set build flags

This commit is contained in:
Mario Rodas 2020-05-19 04:20:00 -05:00
parent a2aec3d5fe
commit 69dff5ce89
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -15,6 +15,8 @@ buildGoModule rec {
subPackages = [ "cmd/kubeseal" ];
buildFlagsArray = [ "-ldflags=-s -w -X main.VERSION=${version}" ];
meta = with lib; {
description = "A Kubernetes controller and tool for one-way encrypted Secrets";
homepage = "https://github.com/bitnami-labs/sealed-secrets";