1
0
Fork 0
guix-template/Justfile

12 lines
393 B
Plaintext
Raw Normal View History

2024-09-22 05:12:18 +00:00
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..."