chore: fix formatting and add treefmt

This commit is contained in:
Tim Schubert 2025-07-26 20:56:40 +02:00
parent a26418c9c3
commit 5d55e620da
No known key found for this signature in database
10 changed files with 49 additions and 36 deletions

View file

@ -24,7 +24,7 @@
name = "format";
help = "Format the project";
command = ''
nixpkgs-fmt .
treefmt .
'';
category = "dev";
}