upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 10:59:20 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 10:59:20 +0100
commitac53bca7e315848864ff9e51703720b5b466bc42 (patch)
tree775e425f0af2543eb12e4a4b1d4feb022611368f /flake.nix
parent092b9606ff2b721d858a5c7b2b27a2f9942b4bc4 (diff)
chore: bump nightly rustfmt
to latest available and apply fmt fixes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ff528e5..9ca8a7d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,7 +19,7 @@
19 # ideally this wouldn't be pinned to a specific nightly version but 19 # ideally this wouldn't be pinned to a specific nightly version but
20 # selectLatestNightlyWith isn't support with mixed toolchains 20 # selectLatestNightlyWith isn't support with mixed toolchains
21 # https://github.com/oxalica/rust-overlay/issues/136 21 # https://github.com/oxalica/rust-overlay/issues/136
22 (lib.hiPrio rust-bin.nightly."2024-12-15".rustfmt) 22 (lib.hiPrio rust-bin.nightly."2025-07-16".rustfmt)
23 # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; }) 23 # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; })
24 rust-bin.stable.latest.default 24 rust-bin.stable.latest.default
25 ]; 25 ];