chore: move output to base

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-10-15 14:46:13 -05:00
parent de5066b09f
commit bb240e36f1
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
mkdir -p $out/share mkdir -p $out/share
export TYPST_FONT_PATHS=${pkgs.raleway}/share/fonts export TYPST_FONT_PATHS=${pkgs.raleway}/share/fonts
typst compile resume.typ $out/share/resume.pdf typst compile resume.typ $out/resume.pdf
typst compile resume.typ $out/share/resume.png typst compile resume.typ $out/resume.png
runHook postBuild runHook postBuild
''; '';