users/work_tools: comment google cloud
This commit is contained in:
parent
2c57e74818
commit
47d4f9c639
1 changed files with 4 additions and 2 deletions
|
@ -2,12 +2,14 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
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