forked from Deuxfleurs/garage
devShells.full: add rust-analyzer
This commit is contained in:
parent
33c2086d9e
commit
b442b0e35e
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
||||||
# import the full shell using `nix develop .#full`
|
# import the full shell using `nix develop .#full`
|
||||||
full = shellWithPackages (with pkgs; [
|
full = shellWithPackages (with pkgs; [
|
||||||
rustfmt
|
rustfmt
|
||||||
|
rust-analyzer
|
||||||
clang
|
clang
|
||||||
mold
|
mold
|
||||||
# ---- extra packages for dev tasks ----
|
# ---- extra packages for dev tasks ----
|
||||||
|
|
Loading…
Reference in a new issue