maint: Remove some unused packages

This commit is contained in:
Jeremy Wall 2024-06-01 11:31:11 -04:00
parent 1444262eb1
commit 424d64ebd5

View File

@ -156,7 +156,6 @@ EOF";
cmp-nvim-lsp-signature-help cmp-nvim-lsp-signature-help
nvim-dap # Debug Adapter Protocol support nvim-dap # Debug Adapter Protocol support
#nvim-dap-ui #nvim-dap-ui
#neogit
hoon-vim hoon-vim
nvim-treesitter nvim-treesitter
lean-nvim lean-nvim
@ -214,7 +213,6 @@ EOF";
nil-pkg nil-pkg
lua-language-server lua-language-server
rust-analyzer rust-analyzer
omnisharp-roslyn
dbeaver dbeaver
]); ]);
}; };
@ -274,12 +272,9 @@ EOF";
# TODO(jwall): This appears to be broken due to: https://github.com/NixOS/nixpkgs/issues/166205 # TODO(jwall): This appears to be broken due to: https://github.com/NixOS/nixpkgs/issues/166205
# Should be fixed by: https://github.com/NixOS/nixpkgs/pull/282624 # Should be fixed by: https://github.com/NixOS/nixpkgs/pull/282624
#isabelle #isabelle
# TODO(jwall): This appears to be broken due to: https://github.com/NixOS/nixpkgs/issues/166205
# Should be fixed by: https://github.com/NixOS/nixpkgs/pull/282624 # Should be fixed by: https://github.com/NixOS/nixpkgs/pull/282624
(lean4.override { stdenv = stdenv.override { allowedRequisites = null; cc = llvmPackages_11.clang; }; }) (lean4.override { stdenv = stdenv.override { allowedRequisites = null; cc = llvmPackages_11.clang; }; })
terraform # TODO(jeremy): Replace with opentofu when that is an option. terraform # TODO(jeremy): Replace with opentofu when that is an option.
consul
consul-template
nomad nomad
oha oha
nodejs nodejs
@ -320,14 +315,9 @@ EOF";
nomad nomad
mkcert mkcert
kubo kubo
#dotnet-sdk_7
#dotnet-sdk_8
#netcoredbg #netcoredbg
powershell powershell
unstablePkgs.ocaml # NOTE(jwall): I include these initially for nvim telescope
unstablePkgs.opam
unstablePkgs.ocamlformat
# TODO(jwall): I include these initially for nvim telescope
ripgrep ripgrep
fd fd
# TODO add sonic-pi here if it supports the arch # TODO add sonic-pi here if it supports the arch
@ -356,6 +346,7 @@ EOF";
(vimModule system) (vimModule system)
./modules/darwin-monitor.nix ./modules/darwin-monitor.nix
./modules/victoria-logs.nix ./modules/victoria-logs.nix
./modules/vector.nix
./darwin-configuration.nix ./darwin-configuration.nix
]; ];
}; };