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>2023-12-06 08:14:53 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2023-12-06 08:14:53 +0000
commitf811835ca768d6cbcef24f2873c43b51e63578ce (patch)
tree4da458f43d90d2b385102c008f0f6f9587d144b6 /flake.nix
parent7392a20a3e38b4030b27761a3cffee64484695e7 (diff)
build(deps) update nix
- update nix flake - bump hard coded reference to rustfmt nightly version - fix warning that latest version of rustfmt produced
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 d527e36..26fda20 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-09-01".rustfmt) 25 (lib.hiPrio rust-bin.nightly."2023-12-01".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 ];