From 4f41d89f63cbfd986ea93610987057bb293396c1 Mon Sep 17 00:00:00 2001 From: demenik Date: Mon, 8 Dec 2025 14:52:40 +0100 Subject: [PATCH] chore: switch to stable rust toolchain --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 59059c3..ab6c9df 100644 --- a/flake.nix +++ b/flake.nix @@ -24,10 +24,10 @@ rust-toolchain = with fenix.packages.${system}; combine [ - beta.rustc - beta.cargo - beta.rust-src - beta.rust-analyzer + stable.rustc + stable.cargo + stable.rust-src + stable.rust-analyzer ]; bevyDeps = with pkgs; [