users/work_tools: enable gcloud with kubectl

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-18 16:05:00 +03:00
parent 232a3f23bd
commit 984902dbf2
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -2,14 +2,12 @@
{
home.packages = with pkgs; [
/*
(google-cloud-sdk.withExtraComponents (
(google-cloud-sdk.withExtraComponents (
let gc = google-cloud-sdk.components; in [
gc.gke-gcloud-auth-plugin
gc.kubectl
]
))
*/
))
postgresql_14 # 🤷 I need only psql
];