Skip to content

Commit 8815d57

Browse files
committed
provide rust analyzer in the nix dev shell
1 parent dedd99f commit 8815d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/nix-dev-shell/shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pkgs.mkShell {
1616
pkgs.nix
1717
pkgs.glibc.out
1818
pkgs.glibc.static
19+
pkgs.rust-analyzer
1920
x
2021
# Get the runtime deps of the x wrapper
2122
] ++ lists.flatten (attrsets.attrValues env);

0 commit comments

Comments
 (0)