From 3d79b3c75cefe3bd4e07d2250faef7d79ef9f355 Mon Sep 17 00:00:00 2001 From: Matthias Ahouansou Date: Thu, 22 Jan 2026 14:00:35 +0000 Subject: [PATCH] add rust analyzer to shell --- nix/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/shell.nix b/nix/shell.nix index 7bf80bc8..0e5c0b4c 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -34,6 +34,9 @@ mkShell { # rust itself toolchain + # rust analyzer + inputs.fenix.packages.${system}.latest.rust-analyzer + # CI tests engage