1
0
Fork 0
resume/Justfile

15 lines
614 B
Plaintext
Raw Normal View History

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