From 1c11b8f6bb076d04f5ffe1358a194bf99fb1de36 Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Sat, 5 Jul 2025 08:41:28 +0000
Subject: [PATCH] chore: Add `rust-analyzer` to `flake.nix`
Signed-off-by: Awiteb
---
flake.nix | 1 +
1 file changed, 1 insertion(+)
diff --git a/flake.nix b/flake.nix
index c72bc7c..90b5c37 100644
--- a/flake.nix
+++ b/flake.nix
@@ -31,6 +31,7 @@
nativeBuildInputs = [
(lib.hiPrio rust-bin.nightly."2025-07-05".rustfmt)
rust-bin.stable.latest.default
+ rust-analyzer
];
buildInputs = [ ];