From deaef3cacca270c539c9af79c97440f640fcadcc Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 17 Jan 2024 09:59:21 -0600 Subject: [PATCH] cli-extras: add android-tools, envsubst --- home/features/cli/extras/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/features/cli/extras/default.nix b/home/features/cli/extras/default.nix index 3332a57..8c36189 100644 --- a/home/features/cli/extras/default.nix +++ b/home/features/cli/extras/default.nix @@ -8,12 +8,13 @@ ]; home.packages = with pkgs; [ + android-tools # Android SDK awscli # AWS CLI + envsubst # Envvar substitution for Go google-cloud-sdk # GCP CLI hugo # Static site generator kubectl # Container wrangler nil # Nix LSP - # nix-inspect # See which pkgs are in your Path nixfmt # Nix formatter packer # Hashicorp packer terraform # Hashicorp terraform