This commit is contained in:
2026-08-07 09:54:27 -06:00
parent 72a8af7601
commit f0dc882945
3 changed files with 28 additions and 18 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ let
# sqlite3
# ];
in mkCljBin' {
name = "wiktionary-tf2";
name = "wiktlarp";
version = "0.1.0";
projectSrc = lib.cleanSource ./.;
lockfile = ./deps-lock.json;
main-ns = "wiktionary-tf2.main";
main-ns = "wiktlarp.main";
}