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:
parent
205c15caa6
commit
6143c37d3b
|
|
@ -15,7 +15,7 @@ in
|
||||||
name = "development";
|
name = "development";
|
||||||
buildInputs = devault.buildInputs ++ [
|
buildInputs = devault.buildInputs ++ [
|
||||||
gcc
|
gcc
|
||||||
|
|
||||||
ripgrep
|
ripgrep
|
||||||
|
rust-analyzer
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue