Update packages.

This commit is contained in:
Tom Alexander
2026-07-28 08:23:01 -04:00
parent 1b38004e03
commit c25563d1eb
5 changed files with 12 additions and 57 deletions

View File

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