nix: add rust-analyzer

Add rust-analyzer to allow for the use of the analyzer in LSPs

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
This commit is contained in:
Fintan Halpenny 2023-08-23 11:53:20 +01:00 committed by cloudhead
parent 205c15caa6
commit 6143c37d3b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ in
name = "development";
buildInputs = devault.buildInputs ++ [
gcc
ripgrep
rust-analyzer
];
}