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>2024-12-16 09:00:46 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-12-16 09:46:30 +0000
commit4ee83e2fe5335a8afd78439c35f029c4a472e797 (patch)
treebdb111b191e7a68cb74ce29b4bb2757b4b7be91f /flake.nix
parent5fe839e2bf8ceb2931c1984efb2d956980431203 (diff)
chore: bump nix flake rust nightly `fmt` overlay
update the rust nightly `fmt` overlay which needs to be pinned to a specific version (this case by date) update formatting in main files via `cargo fmt`
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 096727d..a642221 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,7 +23,7 @@
23 # ideally this wouldn't be pinned to a specific nightly version but 23 # ideally this wouldn't be pinned to a specific nightly version but
24 # selectLatestNightlyWith isn't support with mixed toolchains 24 # selectLatestNightlyWith isn't support with mixed toolchains
25 # https://github.com/oxalica/rust-overlay/issues/136 25 # https://github.com/oxalica/rust-overlay/issues/136
26 (lib.hiPrio rust-bin.nightly."2024-09-17".rustfmt) 26 (lib.hiPrio rust-bin.nightly."2024-12-15".rustfmt)
27 # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; }) 27 # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; })
28 rust-bin.stable.latest.default 28 rust-bin.stable.latest.default
29 ]; 29 ];