generated from me/guix-template
12 lines
393 B
Plaintext
12 lines
393 B
Plaintext
|
default:
|
||
|
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- echo "Compile step..."
|
||
|
|
||
|
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
|
||
|
echo "Run step..."
|