This commit is contained in:
2026-03-21 19:37:06 -06:00
parent 34f2a41ba0
commit ce1fd5dce5
5 changed files with 58 additions and 29 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)}}}