maint: Remove some unused packages
This commit is contained in:
parent
1444262eb1
commit
424d64ebd5
@ -156,7 +156,6 @@ EOF";
|
||||
cmp-nvim-lsp-signature-help
|
||||
nvim-dap # Debug Adapter Protocol support
|
||||
#nvim-dap-ui
|
||||
#neogit
|
||||
hoon-vim
|
||||
nvim-treesitter
|
||||
lean-nvim
|
||||
@ -214,7 +213,6 @@ EOF";
|
||||
nil-pkg
|
||||
lua-language-server
|
||||
rust-analyzer
|
||||
omnisharp-roslyn
|
||||
dbeaver
|
||||
]);
|
||||
};
|
||||
@ -274,12 +272,9 @@ EOF";
|
||||
# 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
|
||||
#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
|
||||
(lean4.override { stdenv = stdenv.override { allowedRequisites = null; cc = llvmPackages_11.clang; }; })
|
||||
terraform # TODO(jeremy): Replace with opentofu when that is an option.
|
||||
consul
|
||||
consul-template
|
||||
nomad
|
||||
oha
|
||||
nodejs
|
||||
@ -320,14 +315,9 @@ EOF";
|
||||
nomad
|
||||
mkcert
|
||||
kubo
|
||||
#dotnet-sdk_7
|
||||
#dotnet-sdk_8
|
||||
#netcoredbg
|
||||
powershell
|
||||
unstablePkgs.ocaml
|
||||
unstablePkgs.opam
|
||||
unstablePkgs.ocamlformat
|
||||
# TODO(jwall): I include these initially for nvim telescope
|
||||
# NOTE(jwall): I include these initially for nvim telescope
|
||||
ripgrep
|
||||
fd
|
||||
# TODO add sonic-pi here if it supports the arch
|
||||
@ -356,6 +346,7 @@ EOF";
|
||||
(vimModule system)
|
||||
./modules/darwin-monitor.nix
|
||||
./modules/victoria-logs.nix
|
||||
./modules/vector.nix
|
||||
./darwin-configuration.nix
|
||||
];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user