1
0
Fork 0
resume/Justfile

12 lines
376 B
Plaintext
Raw Normal View History

2024-07-15 11:31:32 +00:00
default:
guix time-machine --channels=./channels.scm.lock -- shell --container --manifest=./manifest.scm -- typst compile main.typ
2024-07-15 11:31:32 +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
xdg-open ./main.pdf