Skip to content

Commit

Permalink
nix: Add rust-analyzer to devshell
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinTrinanes authored and thoughtpolice committed Nov 3, 2024
1 parent 15da697 commit a20f386
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 @@ -155,7 +155,7 @@
#
# relevant PR: https://github.com/rust-lang/rust/pull/129687
(ourRustVersion.override {
extensions = [ "rust-src" ];
extensions = [ "rust-src" "rust-analyzer" ];
})

# Foreign dependencies
Expand Down

0 comments on commit a20f386

Please sign in to comment.