summaryrefslogtreecommitdiff
path: root/dev/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'dev/README.md')
-rw-r--r--dev/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev/README.md b/dev/README.md
index f16f659..ac255bc 100644
--- a/dev/README.md
+++ b/dev/README.md
@@ -1,9 +1,5 @@
# ./dev/
-## checks.nix
-
-Runs all of my favorite tools on the code here to make sure it's good to go
-
## devShells.nix
A misnomer - this only contains one shell
@@ -12,3 +8,8 @@ A misnomer - this only contains one shell
Jobs I want to run in CI. Currently built by
[`nix-fast-build`](https://github.com/Mic92/nix-fast-build)
+
+## treefmt.nix
+
+[treefmt](https://github.com/numtide/treefmt) configuration via
+[treefmt-nix](https://github.com/numtide/treefmt-nix)