Files
net-deertopia/bb.edn
2026-03-21 19:37:06 -06:00

9 lines
256 B
Clojure

{: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)}}}