3
0
Fork 0
forked from mirrors/nixpkgs

aws-iam-authenticator: set subPackages to ensure only the command is built

This commit is contained in:
Wael M. Nasreddine 2021-02-09 11:20:09 -08:00
parent ab987e26d5
commit c010b09108
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

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