shell.nix: add rust-analyzer for lsp

Este commit está contenido en:
Astro 2021-05-24 23:15:10 +02:00
padre 96110d3713
commit 1c47540a65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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;