diff options
| author | seth <[email protected]> | 2024-10-15 19:28:16 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-15 23:28:16 +0000 |
| commit | 8b48cbd5010e3ce8c41406aafcd10b920a927102 (patch) | |
| tree | 2402707e82a7afb4af39f37222afd0940f1422ff /treefmt.nix | |
| parent | 08912b439bd61088dd849b9342a81341fa9e4a23 (diff) | |
tidy up (#328)
* nix: tidy up flake
* ci: tidy up workflows
* cleanup bindings
Diffstat (limited to 'treefmt.nix')
| -rw-r--r-- | treefmt.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/treefmt.nix b/treefmt.nix new file mode 100644 index 0000000..87636e7 --- /dev/null +++ b/treefmt.nix @@ -0,0 +1,11 @@ +{ + projectRootFile = ".git/config"; + + programs = { + actionlint.enable = true; + deadnix.enable = true; + nixfmt.enable = true; + prettier.enable = true; + statix.enable = true; + }; +} |
