structureee

This commit is contained in:
2026-01-30 19:02:13 -07:00
parent 937ed217dc
commit 39c13c764b
19 changed files with 356 additions and 1923 deletions

14
doerg/package.nix Normal file
View File

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