feat: add flake support

This commit is contained in:
Ruixi-rebirth
2025-02-25 22:05:29 +08:00
parent 4d48679ccc
commit 1a55178fd6
7 changed files with 308 additions and 0 deletions

8
treefmt.nix Normal file
View File

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