9 lines
384 B
Plaintext
9 lines
384 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 -- shell --container guix bash -- bash -c "guix describe --format=channels > ./channels.scm.lock"
|