Skip to content

Conversation

@roderickvd
Copy link
Member

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 devs

…elopers

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 devs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants