feat(tvix/eval): add rust-analyzer to dev-env
I think we should bring this into $PATH too. Change-Id: Ie31ac558355b7c4ed9dcd3dd60e1b03f141d1178 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7166 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
b1396e6041
commit
73fb474752
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@ pkgs.mkShell {
|
|||
name = "tvix-eval-dev-env";
|
||||
packages = [
|
||||
pkgs.cargo
|
||||
pkgs.clippy
|
||||
pkgs.rust-analyzer
|
||||
pkgs.rustc
|
||||
pkgs.rustfmt
|
||||
pkgs.clippy
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue