fix(home): Rustup and rust-analyzer conflict
Make rust-analyzer available to neovim only instead.
This commit is contained in:
parent
5f1ffe3d35
commit
40ab720cb1
2 changed files with 22 additions and 4 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue