From eb9d65b918dd41220bf4444a2b6a16131aec8478 Mon Sep 17 00:00:00 2001 From: Olivier Date: Tue, 3 Oct 2023 21:26:53 +0100 Subject: [PATCH] Add rust analyser to flake --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ca95af0..a043012 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,7 @@ "rust-src" "rustc" "rustfmt" + "rust-analyzer" ]; # rust-toolchain = pkgs.symlinkJoin { # name = "rust-toolchain";