forked from mirrors/nixpkgs
aws-iam-authenticator: set subPackages to ensure only the command is built
This commit is contained in:
parent
ab987e26d5
commit
c010b09108
|
@ -15,6 +15,8 @@ buildGoModule rec {
|
|||
|
||||
buildFlagsArray = [ "-ldflags=-s -w -X main.version=v${version}" ];
|
||||
|
||||
subPackages = [ "cmd/aws-iam-authenticator" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/kubernetes-sigs/aws-iam-authenticator";
|
||||
description = "AWS IAM credentials for Kubernetes authentication";
|
||||
|
|
Loading…
Reference in a new issue