home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 74bf8891402d8f6e27a3444b3876c29525d59d1f
parent 67c257de568725396a25660e4fcee930b805314f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 10 Jun 2020 12:48:36 +0200

users/vincent: add gcloud package instead of nr

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/containers/gcloud.nix | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/users/vincent/containers/gcloud.nix b/users/vincent/containers/gcloud.nix @@ -1,11 +1,5 @@ { pkgs, ... }: { - xdg.configFile."nr/gcloud" = { - text = builtins.toJSON [ - { cmd = "gcloud"; pkg = "google-cloud-sdk"; } - { cmd = "gcsfuse"; } - ]; - onChange = "${pkgs.my.nr}/bin/nr gcloud"; - }; + home.packages = with pkgs; [ google-cloud-sdk ]; }