15 lines
614 B
Plaintext
15 lines
614 B
Plaintext
default:
|
|
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
|
|
|
|
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/resume.pdf
|