refactor: rename doerg-tex → doerg-temml-worker

This commit is contained in:
2026-02-28 21:38:23 -07:00
parent 6ef81a4a45
commit 8b2fb7a010
13 changed files with 17 additions and 22 deletions

View File

@@ -0,0 +1,15 @@
{ buildNpmPackage
, importNpmLock
, makeWrapper
, ibm-plex
, callPackage
}:
buildNpmPackage {
pname = "doerg-temml-worker";
version = "0.1.0";
src = ./.;
npmDeps = importNpmLock { npmRoot = ./.; };
npmConfigHook = importNpmLock.npmConfigHook;
dontNpmBuild = true;
}