shell.nix: add rust-analyzer for lsp

This commit is contained in:
Astro 2021-05-24 23:15:10 +02:00
parent 96110d3713
commit 1c47540a65
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pkgs.stdenv.mkDerivation {
buildInputs =
with pkgs;
with rustPlatform.rust;
[ rustc cargo pkg-config ] ++
[ rustc cargo rust-analyzer pkg-config ] ++
default.ticker-update.buildInputs ++
default.ticker-serve.buildInputs;