flake: add rust-analyzer to devshell

This commit is contained in:
Antoine Martin 2023-12-12 14:57:37 +01:00
parent 26eefe2ebe
commit 88609b24fe

View file

@ -43,6 +43,7 @@
rustPackages.clippy rustPackages.clippy
rustc rustc
rustfmt rustfmt
rust-analyzer
]; ];
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc; RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;