flake: add treefmt for formatting
This commit is contained in:
parent
d4c3cf917d
commit
4730e07206
3 changed files with 45 additions and 39 deletions
6
treefmt.nix
Normal file
6
treefmt.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
projectRootFile = "flake.nix";
|
||||
|
||||
programs.nixfmt.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue