mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-22 17:09:02 +01:00
fix: google gcloud sdk
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
# digitalocean
|
||||
doctl
|
||||
# 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.
|
||||
terraform
|
||||
|
||||
@@ -187,7 +187,7 @@ in {
|
||||
"insomnia" # REST client
|
||||
"wireshark" # network analyzer
|
||||
# "jdk-mission-control" # Java Mission Control
|
||||
"google-cloud-sdk" # Google Cloud SDK
|
||||
# "google-cloud-sdk" # Google Cloud SDK
|
||||
"miniforge" # Miniconda's community-driven distribution
|
||||
|
||||
# Setup macfuse: https://github.com/macfuse/macfuse/wiki/Getting-Started
|
||||
|
||||
Reference in New Issue
Block a user