1
0
Fork 0
guix-typst-template/Justfile

15 lines
622 B
Plaintext
Raw Normal View History

2024-09-22 05:15:34 +00:00
default:
2024-09-22 05:45:31 +00:00
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
fonts:
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst fonts --font-path=/usr/share/fonts
2024-09-22 05:15:34 +00:00
dev:
guix time-machine --channels=./channels.scm.lock -- shell --manifest=./manifest.scm
update:
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock
run: default
2024-09-22 05:45:31 +00:00
xdg-open ./out/document.pdf