chore: set up taplo; format TOML files
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I476156f5f0fa069135862cfac6cafdc46a6a6964
This commit is contained in:
parent
ea96477830
commit
ce55a66e9c
4 changed files with 96 additions and 91 deletions
|
|
@ -6,6 +6,7 @@
|
|||
rust-analyzer,
|
||||
rustc,
|
||||
rustfmt,
|
||||
taplo,
|
||||
}:
|
||||
mkShell {
|
||||
name = "rust";
|
||||
|
|
@ -19,5 +20,6 @@ mkShell {
|
|||
rust-analyzer
|
||||
clippy
|
||||
(rustfmt.override {asNightly = true;})
|
||||
taplo
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue