1
0
Fork 0

Add additional options to Justfile

This commit is contained in:
Ethan Reece 2024-09-19 15:23:36 -05:00
parent 4a377d8e03
commit fac3ec3f99
Signed by: me
GPG key ID: 198E9EB433DB1B28

View file

@ -3,3 +3,9 @@ default:
update:
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock
version:
guix time-machine --channels=./channels.scm.lock -- --version
run command:
guix time-machine --channels=./channels.scm.lock -- {{command}}