Skip to content

Commit

Permalink
add rust-analyzer to shell environment (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4hines authored Jun 11, 2022
1 parent f37ffaa commit 9b9c3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
packages =
prev.packages
++ (
with common.pkgs; [lld_13 lldb cargo-tarpaulin cargo-flamegraph]
with common.pkgs; [lld_13 lldb cargo-tarpaulin cargo-flamegraph rust-analyzer]
);
env =
prev.env
Expand Down

0 comments on commit 9b9c3e5

Please sign in to comment.