nix: include rust-src so rust-analyzer works correctly.

This commit is contained in:
Blaž Hrastnik 2021-01-19 16:16:15 +09:00
parent f1539cc866
commit 7c99ff58fd
3 changed files with 6 additions and 6 deletions

View file

@ -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
];