mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
nix: include rust-src so rust-analyzer works correctly.
This commit is contained in:
parent
f1539cc866
commit
7c99ff58fd
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
rust-bin.nightly.latest.rust
|
||||
(rust-bin.nightly.latest.rust.override { extensions = ["rust-src"]; })
|
||||
lld_10
|
||||
# pkgconfig
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue