doerg-parser

This commit is contained in:
2026-01-31 04:18:24 -07:00
parent 39c13c764b
commit 262a5f680c
13 changed files with 287 additions and 24 deletions

View File

@@ -1,14 +1,15 @@
{ mkCljBin
, nodejs
, callPackage
, doerg-parser
}:
mkCljBin {
name = "net.deertopia/doerg";
version = "1.0.0";
version = "0.1.0";
projectSrc = ./.;
lockfile = ../deps-lock.json;
main-ns = "net.deertopia.doerg.main";
buildInputs = [
nodejs
doerg-parser
];
}