time-travel-manifest: Use a separate cache per system.
* etc/time-travel-manifest.scm (<guix-instance-compiler>): Use a separate cache per system so that parallel system evaluations do no step on each other's toes.
This commit is contained in:
parent
800393bf14
commit
845c841e21
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
;; concurrent accesses are unsafe.
|
;; concurrent accesses are unsafe.
|
||||||
(mparameterize %store-monad ((%repository-cache-directory
|
(mparameterize %store-monad ((%repository-cache-directory
|
||||||
(string-append (%repository-cache-directory)
|
(string-append (%repository-cache-directory)
|
||||||
"/time-travel")))
|
"/time-travel/" system)))
|
||||||
(return (mkdir-p (%repository-cache-directory)))
|
(return (mkdir-p (%repository-cache-directory)))
|
||||||
(latest-channel-derivation channels)))))
|
(latest-channel-derivation channels)))))
|
||||||
|
|
||||||
|
|
Reference in a new issue