Update packages.

This commit is contained in:
Tom Alexander
2026-06-02 22:16:08 -04:00
parent 49f75408ae
commit 3ab7a6e460
4 changed files with 34 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
};
config = lib.mkIf config.me.gcloud.enable {
environment.systemPackages = with pkgs; [
environment.systemPackages = with pkgs.google; [
(google-cloud-sdk.withExtraComponents [ google-cloud-sdk.components.gke-gcloud-auth-plugin ])
];