From 056888e635bed944a0dafc8613fc69c37eb30d67 Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 19 Dec 2025 16:07:50 +0100 Subject: [PATCH] patch: fallback to stable rust toolchain Rust-analyzer doesn't play nicely with proc macros on the latest (default) fenix toolchain. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 33a4c11..74e4009 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,7 +40,7 @@ in xh jq - (fenix.complete.withComponents [ + (fenix.stable.withComponents [ "rustc" "cargo" "clippy"