From 5a28e3014f8509068505a5d78ea8498af6bff4a5 Mon Sep 17 00:00:00 2001 From: Kyle J Turpin Date: Thu, 4 Jun 2026 15:19:19 -0500 Subject: [PATCH] Update flake.nix to use latest Rust toolchain --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9cf5766..894a4a8 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ rustToolchain = with inputs.fenix.packages.${prev.stdenv.hostPlatform.system}; combine ( - with stable; + with latest; [ clippy rustc