add rust-overlay and rust-toolchain.toml; use flake-utils instead of flake-parts
This commit is contained in:
parent
15f3d0e478
commit
99d753091a
3 changed files with 73 additions and 35 deletions
9
rust-toolchain.toml
Normal file
9
rust-toolchain.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
profile = "minimal"
|
||||
components = [
|
||||
"rust-src",
|
||||
"rust-analyzer",
|
||||
"rustfmt",
|
||||
"clippy",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue