Browse Source

add rust analyzer to shell

rate-limiting
Matthias Ahouansou 2 months ago
parent
commit
3d79b3c75c
No known key found for this signature in database
  1. 3
      nix/shell.nix

3
nix/shell.nix

@ -34,6 +34,9 @@ mkShell {
# rust itself # rust itself
toolchain toolchain
# rust analyzer
inputs.fenix.packages.${system}.latest.rust-analyzer
# CI tests # CI tests
engage engage

Loading…
Cancel
Save