This commit is contained in:
2026-01-24 20:50:49 -07:00
commit 01fc065433
10 changed files with 925 additions and 0 deletions

8
bb.edn Normal file
View File

@@ -0,0 +1,8 @@
{:tasks
{:requires ([babashka.process :as p])
lock
{:doc "Update the clj-nix lockfile"
:task (-> (p/sh {:out :inherit :err :inherit}
"nix run github:jlesquembre/clj-nix#deps-lock")
:exit
System/exit)}}}