From 82e72d94107fd5e981aebbca5a569714254aaab5 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 6 Apr 2020 11:12:17 -0400 Subject: [PATCH] rust-analysis --- nix/rust.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/rust.nix b/nix/rust.nix index 31348aa..ee79d28 100644 --- a/nix/rust.nix +++ b/nix/rust.nix @@ -9,6 +9,7 @@ in (pkgs.rustChannelOf { }).rust.override { extensions = [ "rust-src" + "rust-analysis" # "rls-preview" # "rustfmt-preview" ];