12 lines
376 B
Plaintext
12 lines
376 B
Plaintext
default:
|
|
guix time-machine --channels=./channels.scm.lock -- shell --container --manifest=./manifest.scm -- typst compile main.typ
|
|
|
|
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
|