From e8eb7631c655e66fb6821b3bacc2b79469df4247 Mon Sep 17 00:00:00 2001 From: Carlos de Paula Date: Sat, 25 Oct 2025 10:40:45 -0300 Subject: [PATCH] Revert nix flake to stable rust toolchain --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 77206e41..07fb4afb 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ inherit system; overlays = [ rust-overlay.overlays.default ]; }; - toolchain = pkgs.rust-bin.nightly.latest.default; + toolchain = pkgs.rust-bin.stable.latest.default; rustPlatform = pkgs.makeRustPlatform { cargo = toolchain; rustc = toolchain;