# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
[]
# You may need to run
#
# nix flake lock --update-input rust-overlay
#
# when changing these to more recent versions
= "1.95.0"
#channel = "nightly-2026-05-25"
# see https://rust-lang.github.io/rustup/concepts/profiles.html
= "default"
#profile = "minimal"
# see https://rust-lang.github.io/rustup/concepts/components.html
= [ "rust-analyzer", "clippy", "rust-src", "rustfmt" ]
#targets = [ "wasm32-unknown-unknown" ]