aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
AgeCommit message (Collapse)Author
2021-08-22Move dev shell to flakeAdrian Kummerlaender
2019-04-28Adapt to pandoc output changesAdrian Kummerlaender
2018-09-27Use shared Nix derivations of XSLT build stackAdrian Kummerlaender
2018-06-24Update Nix environmentAdrian Kummerlaender
2018-06-04Nixify build processAdrian Kummerlaender
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.
2018-05-28Add Nix derivation for KaTeXAdrian Kummerlaender
One step closer to a fully declarative website build environment.
2018-05-27Add Nix derivation, dependenciesAdrian Kummerlaender