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-04-09 09:45:57 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-04-09 09:45:57 +0100
commit7415be21c725e4d1758cff4924783dd4623c2554 (patch)
tree760eace05e4141308894532b2529d21860358829 /flake.nix
parentd19db0afcc419928f187696aa278a5f301185fef (diff)
chore: update rust nightly in nix
whilst fmt is using nightly it doesnt appear that clippy is previous attempts to update the rustfmt nightly version have resulted in a large number of errors which needed resolving. the change was backed out because of other priorities. It appears now that clippy is not using the nightly version and there are no regressions
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 26fda20..dfd6325 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
22 # ideally this wouldn't be pinned to a specific nightly version but 22 # ideally this wouldn't be pinned to a specific nightly version but
23 # selectLatestNightlyWith isn't support with mixed toolchains 23 # selectLatestNightlyWith isn't support with mixed toolchains
24 # https://github.com/oxalica/rust-overlay/issues/136 24 # https://github.com/oxalica/rust-overlay/issues/136
25 (lib.hiPrio rust-bin.nightly."2023-12-01".rustfmt) 25 (lib.hiPrio rust-bin.nightly."2024-04-05".rustfmt)
26 # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; }) 26 # (rust-bin.stable.latest.override { extensions = [ "rust-analyzer" ]; })
27 rust-bin.stable.latest.default 27 rust-bin.stable.latest.default
28 ]; 28 ];