From 546aacf77c4ec0af4384328277c771abbe343031 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 18 Sep 2024 13:17:36 +0100 Subject: chore: bump rustfmt from nightly from april version to current --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index eb6fe6f..096727d 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ # ideally this wouldn't be pinned to a specific nightly version but # selectLatestNightlyWith isn't support with mixed toolchains # https://github.com/oxalica/rust-overlay/issues/136 - (lib.hiPrio rust-bin.nightly."2024-04-05".rustfmt) + (lib.hiPrio rust-bin.nightly."2024-09-17".rustfmt) # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; }) rust-bin.stable.latest.default ]; -- cgit v1.2.3