devShells.full: add rust-analyzer

This commit is contained in:
Florian Klink 2024-04-23 11:58:34 +03:00
parent 33c2086d9e
commit b442b0e35e
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
# import the full shell using `nix develop .#full`
full = shellWithPackages (with pkgs; [
rustfmt
rust-analyzer
clang
mold
# ---- extra packages for dev tasks ----