From b9fb754d1096157c1de066b9e773cd1d140baf3b Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 26 Feb 2026 20:30:49 +0100 Subject: [PATCH] make sure we instll rust-analyzer --- rust/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/flake.nix b/rust/flake.nix index 9df2a85..f69b5c5 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -18,6 +18,7 @@ openssl pkg-config rust-bin.stable.latest.default + rust-analyzer ]; }; }