shell.nix: add rust-analyzer for lsp

このコミットが含まれているのは:
Astro 2021-05-24 23:15:10 +02:00
コミット 1c47540a65
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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