9 lines
338 B
Plaintext
9 lines
338 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
|