Files
wiktionary-tf2/bb.edn
2026-04-03 01:51:06 -06:00

11 lines
329 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)}}
:paths ["src"]
:deps {wiktionary-tf2/wiktionary-tf2 {:local/root "."}}}