[toolchain] # Pinned to an exact stable release (not the floating "stable" channel) so # `nix flake update` cannot surprise-bump Rust into new clippy lints that would # fail the `-D warnings` CI gate. Matches the host toolchain and the datamage # flake's convention (its ADR 0046). Bump deliberately, in its own commit. channel = "1.95.0" # rustfmt + clippy back the `fmt`/`clippy` CI stages; no coverage or WASM # tooling is needed here (pure-Rust TUI). Cross-compilation targets for the # eventual D1 release matrix are added when that CI lands, not before. components = ["rustfmt", "clippy"]