From 6143c37d3b86830c16ea284fa15788ed21c9cfbb Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Wed, 23 Aug 2023 11:53:20 +0100 Subject: [PATCH] nix: add rust-analyzer Add rust-analyzer to allow for the use of the analyzer in LSPs Signed-off-by: Fintan Halpenny X-Clacks-Overhead: GNU Terry Pratchett --- .nix/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nix/shell.nix b/.nix/shell.nix index 4b449891..d11dfbf7 100644 --- a/.nix/shell.nix +++ b/.nix/shell.nix @@ -15,7 +15,7 @@ in name = "development"; buildInputs = devault.buildInputs ++ [ gcc - ripgrep + rust-analyzer ]; }