Simplify just call for updating lockfile mechanism
parent
892a448eba
commit
dc3c54ceb8
2
Justfile
2
Justfile
|
@ -5,4 +5,4 @@ dev:
|
||||||
guix time-machine --channels=./channels.scm.lock -- shell --manifest=./manifest.scm
|
guix time-machine --channels=./channels.scm.lock -- shell --manifest=./manifest.scm
|
||||||
|
|
||||||
update:
|
update:
|
||||||
guix time-machine --channels=./channels.scm -- shell --container guix bash -- bash -c "guix describe --format=channels > ./channels.scm.lock"
|
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(branch "master")
|
(branch "master")
|
||||||
(commit
|
(commit
|
||||||
"1a34b9b725e731a6d5f602d104f09a1c68afa6a4")
|
"3689faac5c10249f052c979b527cba26054170d8")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
|
|
Loading…
Reference in New Issue