setup flake
This commit is contained in:
parent
af0cf1f548
commit
5bc23f92d3
6 changed files with 136 additions and 0 deletions
7
treefmt.toml
Normal file
7
treefmt.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[formatter.rust]
|
||||
command = "rustfmt"
|
||||
includes = ["*.rs"]
|
||||
|
||||
[formatter.nix]
|
||||
command = "alejandra"
|
||||
includes = ["*.nix"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue