From c08fbb73a960bd19ab1ca553da5bb8111622baba Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 4 Jun 2018 21:12:02 +0200 Subject: Nixify build process Building the website in the presence of the Nix package manager is now as simple as: - cloning this repo - entering the nix-shell environment declared by `shell.nix` - calling `generate` - optionally call `preview` to spawn a webserver in `target/99_result` All dependencies such as the internal InputXSLT, StaticXSLT and BuildXSLT modules as well as external ones such as KaTeX and pandoc are built declaratively by Nix. --- pkgs/KaTeX.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/KaTeX.nix') diff --git a/pkgs/KaTeX.nix b/pkgs/KaTeX.nix index 6565b13..37fe63a 100644 --- a/pkgs/KaTeX.nix +++ b/pkgs/KaTeX.nix @@ -13,7 +13,6 @@ let installPhase = '' mkdir -p $out/share/katex - cp katex.min.js $out/share/katex/ ''; -- cgit v1.2.3