flake.nix: add rust-analyzer to devShells.full, expose devShells.full in shell.nix #816
1 changed files with 1 additions and 0 deletions
|
@ -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 ----
|
||||
|
|
Loading…
Reference in a new issue