users/work_tools: enable gcloud with kubectl
This commit is contained in:
parent
232a3f23bd
commit
984902dbf2
1 changed files with 2 additions and 4 deletions
|
@ -2,14 +2,12 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
/*
|
|
||||||
(google-cloud-sdk.withExtraComponents (
|
(google-cloud-sdk.withExtraComponents (
|
||||||
let gc = google-cloud-sdk.components; in [
|
let gc = google-cloud-sdk.components; in [
|
||||||
gc.gke-gcloud-auth-plugin
|
gc.gke-gcloud-auth-plugin
|
||||||
gc.kubectl
|
gc.kubectl
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
*/
|
|
||||||
postgresql_14 # 🤷 I need only psql
|
postgresql_14 # 🤷 I need only psql
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue