Remove packages

This commit is contained in:
Dave Gallant
2024-02-26 19:53:39 -05:00
parent 157658546e
commit 1ef3513e01

View File

@@ -59,7 +59,7 @@ in {
unstable.azure-cli unstable.azure-cli
unstable.google-cloud-sdk unstable.google-cloud-sdk
# LSP # lsp
nodePackages.bash-language-server nodePackages.bash-language-server
nodePackages.pyright nodePackages.pyright
nodePackages.yaml-language-server nodePackages.yaml-language-server
@@ -73,10 +73,6 @@ in {
htop htop
procs procs
# lua
lua53Packages.luacheck
stylua
# golang # golang
gofumpt gofumpt
golangci-lint golangci-lint
@@ -98,6 +94,7 @@ in {
openssl openssl
openvpn openvpn
sshfs # mac requires https://osxfuse.github.io/ sshfs # mac requires https://osxfuse.github.io/
tcpdump
vpngate vpngate
# rice # rice
@@ -112,16 +109,9 @@ in {
nixfmt nixfmt
nixpkgs-fmt nixpkgs-fmt
nixpkgs-review nixpkgs-review
rnix-lsp
# python # python
poetry poetry
python310 python313
python310Packages.black
python310Packages.ipython
python310Packages.pip
python310Packages.poetry-core
python310Packages.setuptools
python310Packages.virtualenv
]; ];
} }