Update flake.nix to use latest Rust toolchain

This commit is contained in:
2026-06-04 15:19:19 -05:00
parent 12d2e6931f
commit 5a28e3014f
+1 -1
View File
@@ -44,7 +44,7 @@
rustToolchain =
with inputs.fenix.packages.${prev.stdenv.hostPlatform.system};
combine (
with stable;
with latest;
[
clippy
rustc