style: format all toml with taplo
This commit is contained in:
parent
08485ea5e4
commit
e2d91e26d6
9 changed files with 158 additions and 76 deletions
|
@ -10,6 +10,7 @@
|
|||
, mkShell
|
||||
, olm
|
||||
, system
|
||||
, taplo
|
||||
, toolchain
|
||||
}:
|
||||
|
||||
|
@ -29,10 +30,15 @@ mkShell {
|
|||
# `$PATH` will have stable rustfmt instead.
|
||||
inputs.fenix.packages.${system}.latest.rustfmt
|
||||
|
||||
# Keep sorted
|
||||
engage
|
||||
# rust itself
|
||||
toolchain
|
||||
|
||||
# CI tests
|
||||
engage
|
||||
|
||||
# format toml files
|
||||
taplo
|
||||
|
||||
# Needed for producing Debian packages
|
||||
cargo-deb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue