fix: nix stuff and config

This commit is contained in:
2026-02-28 20:26:55 -07:00
parent 17e61aabc8
commit 6ef81a4a45
11 changed files with 304 additions and 37 deletions

View File

@@ -3,7 +3,6 @@
, makeWrapper
, ibm-plex
, callPackage
, our-tex ? callPackage ./our-tex.nix {}
}:
buildNpmPackage {
@@ -13,7 +12,4 @@ buildNpmPackage {
npmDeps = importNpmLock { npmRoot = ./.; };
npmConfigHook = importNpmLock.npmConfigHook;
dontNpmBuild = true;
buildInputs = [
our-tex
];
}