mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 18:42:19 +00:00
cli-extras: add android-tools, envsubst
This commit is contained in:
parent
d6732fe484
commit
deaef3cacc
1 changed files with 2 additions and 1 deletions
|
@ -8,12 +8,13 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
android-tools # Android SDK
|
||||||
awscli # AWS CLI
|
awscli # AWS CLI
|
||||||
|
envsubst # Envvar substitution for Go
|
||||||
google-cloud-sdk # GCP CLI
|
google-cloud-sdk # GCP CLI
|
||||||
hugo # Static site generator
|
hugo # Static site generator
|
||||||
kubectl # Container wrangler
|
kubectl # Container wrangler
|
||||||
nil # Nix LSP
|
nil # Nix LSP
|
||||||
# nix-inspect # See which pkgs are in your Path
|
|
||||||
nixfmt # Nix formatter
|
nixfmt # Nix formatter
|
||||||
packer # Hashicorp packer
|
packer # Hashicorp packer
|
||||||
terraform # Hashicorp terraform
|
terraform # Hashicorp terraform
|
||||||
|
|
Loading…
Reference in a new issue