feat: very primitive publisher
All checks were successful
build / build (push) Successful in 5s

This commit was merged in pull request #18.
This commit is contained in:
2026-03-20 17:19:55 -06:00
parent 5bca7890c4
commit d4ff27ada4
15 changed files with 1068 additions and 166 deletions

2
bb.edn
View File

@@ -3,6 +3,6 @@
lock
{:doc "Update the clj-nix lockfile"
:task (-> (p/sh {:out :inherit :err :inherit}
"nix run github:jlesquembre/clj-nix#deps-lock")
"nix run github:jlesquembre/clj-nix#deps-lock")
:exit
System/exit)}}}