Archived
1
0
Fork 0
This repository has been archived on 2025-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
resume/Justfile

15 lines
618 B
Makefile
Raw Normal View History

2024-07-15 06:31:32 -05:00
default:
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst compile ./src/document.typ ./out/resume.pdf --font-path=/usr/share/fonts
2024-07-31 18:31:59 -05:00
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 06:31:32 -05: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 18:31:59 -05:00
xdg-open ./out/resume.pdf