mirror of https://git.jolheiser.com/resume.git
parent
de5066b09f
commit
bb240e36f1
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue