This commit is contained in:
2026-04-02 15:49:58 -06:00
commit a466e0fab4
13 changed files with 10532864 additions and 0 deletions

10
bb.edn Normal file
View File

@@ -0,0 +1,10 @@
{: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 "."}}}