kpt: add buildFlagsArray
This commit is contained in:
parent
ac156619b2
commit
5a35e9c042
@ -15,6 +15,8 @@ buildGoModule rec {
|
|||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
buildFlagsArray = [ "-ldflags=-s -w -X github.com/GoogleContainerTools/kpt/run.version=${version}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A toolkit to help you manage, manipulate, customize, and apply Kubernetes Resource configuration data files";
|
description = "A toolkit to help you manage, manipulate, customize, and apply Kubernetes Resource configuration data files";
|
||||||
homepage = "https://googlecontainertools.github.io/kpt/";
|
homepage = "https://googlecontainertools.github.io/kpt/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user