mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 09:18:35 +02:00
fix: google gcloud sdk
This commit is contained in:
@@ -27,7 +27,9 @@
|
|||||||
# digitalocean
|
# digitalocean
|
||||||
doctl
|
doctl
|
||||||
# google cloud
|
# google cloud
|
||||||
google-cloud-sdk
|
(google-cloud-sdk.withExtraComponents (with google-cloud-sdk.components; [
|
||||||
|
gke-gcloud-auth-plugin
|
||||||
|
]))
|
||||||
|
|
||||||
# cloud tools that nix do not have cache for.
|
# cloud tools that nix do not have cache for.
|
||||||
terraform
|
terraform
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ in {
|
|||||||
"insomnia" # REST client
|
"insomnia" # REST client
|
||||||
"wireshark" # network analyzer
|
"wireshark" # network analyzer
|
||||||
# "jdk-mission-control" # Java Mission Control
|
# "jdk-mission-control" # Java Mission Control
|
||||||
"google-cloud-sdk" # Google Cloud SDK
|
# "google-cloud-sdk" # Google Cloud SDK
|
||||||
"miniforge" # Miniconda's community-driven distribution
|
"miniforge" # Miniconda's community-driven distribution
|
||||||
|
|
||||||
# Setup macfuse: https://github.com/macfuse/macfuse/wiki/Getting-Started
|
# Setup macfuse: https://github.com/macfuse/macfuse/wiki/Getting-Started
|
||||||
|
|||||||
Reference in New Issue
Block a user