mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
remove python3 and hugo packages
these developement packages should be managed with a per-project nix-shell environment instead of a global package install
This commit is contained in:
parent
ab72404769
commit
cabb70496d
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
||||||
nodePackages.npm # Node package manager
|
nodePackages.npm # Node package manager
|
||||||
powershell # Powershell
|
powershell # Powershell
|
||||||
pssh # Parallel SSH
|
pssh # Parallel SSH
|
||||||
python3 # Python 3
|
|
||||||
rsync # Remote sync
|
rsync # Remote sync
|
||||||
tldr # TLDR pages
|
tldr # TLDR pages
|
||||||
unzip # unzip it
|
unzip # unzip it
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
awscli # AWS CLI
|
awscli # AWS CLI
|
||||||
envsubst # Envvar substitution for Go
|
envsubst # Envvar substitution for Go
|
||||||
google-cloud-sdk # GCP CLI
|
google-cloud-sdk # GCP CLI
|
||||||
hugo # Static site generator
|
|
||||||
kubectl # Container wrangler
|
kubectl # Container wrangler
|
||||||
nil # Nix LSP
|
nil # Nix LSP
|
||||||
nixfmt # Nix formatter
|
nixfmt # Nix formatter
|
||||||
|
|
Loading…
Reference in a new issue