diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-10-17 15:22:05 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-10-17 17:18:47 +0100 |
| commit | 4a9dcc66ac7be69031a19f6ece0be4642e1f3057 (patch) | |
| tree | 3871a84a488c38d44b87658554354e345ebfee0f /flake.nix | |
| parent | d35a007e92f57a55948a1b503d85f487bf771ac0 (diff) | |
chore: nix flake update
update nix dependancies including hardcoded nightly.rustfmt
applied autofixes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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."2025-07-16".rustfmt) | 22 | (lib.hiPrio rust-bin.nightly."2025-10-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 | ]; |