From 7c99ff58fdc4c5217f86e59d2b3ec0df10f79aaa Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Tue, 19 Jan 2021 16:16:15 +0900 Subject: nix: include rust-src so rust-analyzer works correctly. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index f8f65093..e0a26045 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ]; -- cgit v1.2.3-70-g09d2