mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
nix: Add rust-analyzer to devshell
This commit is contained in:
parent
15da697616
commit
a20f3867b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue