Commit aa0b922
committed
fix: remove rust-toolchain.toml to avoid forcing toolchain on all developers
PR #814 added rust-toolchain.toml for Nix flake support, but this file
affects all developers using rustup, not just Nix users. The pinned
version (1.91) is outdated and conflicts with CI which tests against
stable/beta/nightly.
This change:
- Removes rust-toolchain.toml
- Updates flake.nix to specify stable Rust directly using rust-overlay
- Keeps Nix-specific config in Nix files without affecting other devs1 parent 2effbfc commit aa0b922
2 files changed
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
This file was deleted.
0 commit comments