generated from me/guix-typst-template
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
default:
|
|
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir -p ./out && pdflatex -output-directory=./out ./src/document.tex"
|
|
|
|
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
|
|
xdg-open ./out/document.pdf
|