Use duktape to run KaTeX from ruby with Node
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
4
lib.nix
4
lib.nix
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user