feat: add flake support

This commit is contained in:
Ruixi-rebirth 2025-02-25 22:05:29 +08:00
parent 4d48679ccc
commit 1a55178fd6
No known key found for this signature in database
GPG key ID: 847E32F6F2F1D108
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;
};
}