More flexible defaults

This commit is contained in:
Nox Sluijtman 2024-05-27 09:25:45 +02:00
parent fcbef0e85a
commit 57d373b305
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
buildPhase = ''
mkdir -p .cache/texmf-var
env TEXMFHOME=.cache TEXMFVAR=.cache/texmf-var \
latexmk -interaction=nonstopmode -pdf -lualatex \
latexmk -interaction=nonstopmode -lualatex \
${texInput}.tex
'';
installPhase = ''