flake: add rust-analyzer to devshell

main
Antoine Martin 2023-12-12 14:57:37 +01:00
parent 26eefe2ebe
commit 88609b24fe
1 changed files with 1 additions and 0 deletions

View File

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