shell.nix: add rust-analyzer for lsp

Bu işleme şunda yer alıyor:
Astro 2021-05-24 23:15:10 +02:00
ebeveyn 96110d3713
işleme 1c47540a65
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

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