From a20f3867b63ce382ed3ef4cf1a896f378697aa75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Tri=C3=B1anes?= Date: Fri, 1 Nov 2024 23:11:06 +0100 Subject: [PATCH] nix: Add rust-analyzer to devshell --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a33e6f62da..cf2037346c 100644 --- a/flake.nix +++ b/flake.nix @@ -155,7 +155,7 @@ # # relevant PR: https://github.com/rust-lang/rust/pull/129687 (ourRustVersion.override { - extensions = [ "rust-src" ]; + extensions = [ "rust-src" "rust-analyzer" ]; }) # Foreign dependencies