Add additional options to Justfile
parent
4a377d8e03
commit
fac3ec3f99
6
Justfile
6
Justfile
|
@ -3,3 +3,9 @@ default:
|
||||||
|
|
||||||
update:
|
update:
|
||||||
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock
|
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}}
|
||||||
|
|
Loading…
Reference in New Issue