mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-11 07:52:44 +02:00
fix: google cloud sdk
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
pkgs-stable,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -31,8 +32,8 @@
|
||||
# digitalocean
|
||||
doctl
|
||||
# google cloud
|
||||
(google-cloud-sdk.withExtraComponents (
|
||||
with google-cloud-sdk.components;
|
||||
(pkgs-stable.google-cloud-sdk.withExtraComponents (
|
||||
with pkgs-stable.google-cloud-sdk.components;
|
||||
[
|
||||
gke-gcloud-auth-plugin
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user