chore: update flake.lock; use treefmt

This commit is contained in:
2025-11-02 09:51:44 +08:00
parent 9482ba860f
commit 4d0cd7b1e7
8 changed files with 167 additions and 97 deletions

8
treefmt.nix Normal file
View File

@@ -0,0 +1,8 @@
{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;
stylua.enable = true;
};
}