Skip to content

Using Rust in VSCode with Nix

  1. Ensure rustup is available in the nix flake
  2. Run rustup default stable. This should install core components including cargo, clippy, rust-docs, rust-std, rustfmt, and rustc