summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev/README.md b/dev/README.md
new file mode 100644
index 0000000..f16f659
--- /dev/null
+++ b/dev/README.md
@@ -0,0 +1,14 @@
+# ./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
+
+## hydraJobs.nix
+
+Jobs I want to run in CI. Currently built by
+[`nix-fast-build`](https://github.com/Mic92/nix-fast-build)