Use duktape to run KaTeX from ruby with Node

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-05-24 04:23:25 +00:00
parent fda466a8cf
commit 2a86640401
5 changed files with 40 additions and 122 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, blog-source, web-files, katex-html, resume }:
{ pkgs, blog-source, web-files, resume }:
with pkgs;
with lib;
@@ -27,7 +27,7 @@ let
builder = ./build/builder.sh;
webFiles = web-files;
buildInputs = [
hugo ruby stork katex-html (agda.withPackages [ agdaPackages.standard-library ])
hugo ruby stork (agda.withPackages [ agdaPackages.standard-library ])
];
};
in