Add additional options to Justfile
This commit is contained in:
parent
4a377d8e03
commit
fac3ec3f99
1 changed files with 6 additions and 0 deletions
6
Justfile
6
Justfile
|
@ -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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue