1
0
Fork 0
generated from me/guix-template

Create output directory on document generation

This commit is contained in:
Ethan Reece 2024-09-22 00:49:54 -05:00
parent 676c38f73d
commit 7b3bc370e7
Signed by: me
GPG key ID: 198E9EB433DB1B28

View file

@ -1,5 +1,5 @@
default:
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst compile ./src/document.typ ./out/document.pdf --font-path=/usr/share/fonts
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir ./out && typst compile ./src/document.typ ./out/document.pdf --font-path=/usr/share/fonts"
fonts:
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst fonts --font-path=/usr/share/fonts