fix(home): Rustup and rust-analyzer conflict

Make rust-analyzer available to neovim only instead.
This commit is contained in:
Jalil David Salamé Messina 2024-02-24 16:30:15 +01:00
parent 5f1ffe3d35
commit 40ab720cb1
2 changed files with 22 additions and 4 deletions

View file

@ -156,7 +156,6 @@ in
type = types.submodule {
options.enable = lib.mkEnableOption "rust development settings";
options.extraPackages = mkExtraPackagesOption "Rust" [
[ "rust-analyzer" ]
[ "cargo-nextest" ]
[ "cargo-sort" ]
[ "cargo-msrv" ]