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

@@ -32,7 +32,7 @@
_pkgs = each-system ({ pkgs, ... }: pkgs);
packages = each-system ({ pkgs, ... }: {
inherit (pkgs) publisher doerg doerg-parser doerg-tex;
inherit (pkgs) publisher doerg doerg-parser doerg-temml-worker;
default = pkgs.publisher;
});
@@ -44,7 +44,7 @@
publisher = final.callPackage ./publisher/package.nix {};
doerg = final.callPackage ./doerg/package.nix {};
doerg-parser = final.callPackage ./doerg/doerg-parser {};
doerg-tex = final.callPackage ./doerg/doerg-tex {};
doerg-temml-worker = final.callPackage ./doerg/doerg-temml-worker {};
};
checks = each-system ({ pkgs, system, ... }: {
@@ -59,12 +59,12 @@
inputsFrom = [
pkgs.doerg
pkgs.doerg-parser
pkgs.doerg-tex
pkgs.doerg-temml-worker
];
packages = with pkgs; [
clojure-lsp
doerg-parser
doerg-tex
doerg-temml-worker
# wahhh ibm-plex-web is a dependency of doerg... why must
# i specify it hereeee.
# ibm-plex-web