From 9bbeda8de89a815cdf02e5cd3d1efe7903bef70d Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Sat, 5 Jul 2025 08:11:35 +0000
Subject: [PATCH] chore: Update `rustfmt` nightly version
Signed-off-by: Awiteb
---
flake.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix
index 3cfc46b..c72bc7c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -29,7 +29,7 @@
];
nativeBuildInputs = [
- (lib.hiPrio rust-bin.nightly."2025-04-30".rustfmt)
+ (lib.hiPrio rust-bin.nightly."2025-07-05".rustfmt)
rust-bin.stable.latest.default
];