Kubernetes: AWS client

This commit is contained in:
Filippo Berto 2023-06-08 17:38:48 +02:00
parent e6daf9f9c3
commit e1c2252be5
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
home.packages =
builtins.attrValues { inherit (pkgs) kubectl kubernetes-helm lens; };
builtins.attrValues { inherit (pkgs) awscli2 kubectl kubernetes-helm lens; };
}