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:
|
2024-07-15 13:21:49 +00:00
|
|
|
guix time-machine --channels=./channels.scm.lock -- shell --manifest=./manifest.scm
|
2024-07-15 13:01:09 +00:00
|
|
|
|
|
|
|
update:
|
2024-07-15 13:53:10 +00:00
|
|
|
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock
|
2024-07-15 20:02:01 +00:00
|
|
|
|
|
|
|
run: default
|
2024-07-31 23:31:59 +00:00
|
|
|
xdg-open ./out/resume.pdf
|