television/rust-toolchain.toml
Vitalii Lukyanov 65bb26ec84
chore(nix): nix flake shell + rust-toolchain.toml setup (#14)
* nix flake shell + rust-toolchain.toml setup

* migrated to naersk + nixpkgs-mozilla, it works for this workspace setup, updated Cargo.toml by autoformatting with taplo and adding reame to workspace.package to make `nix build` work
2024-11-11 22:37:21 +01:00

4 lines
83 B
TOML

[toolchain]
channel = "1.80.0"
components = ["rustfmt", "clippy", "rust-analyzer"]