diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ]; |