Log the guix store path being used
In the load-new-guix-revision module.
This commit is contained in:
parent
f118ed0bf9
commit
af581784b2
1 changed files with 3 additions and 0 deletions
|
|
@ -559,6 +559,9 @@ WHERE job_id = $1"
|
|||
(let ((new-store-path
|
||||
(derivation->output-path derivation)))
|
||||
(set! store-path new-store-path)
|
||||
(simple-format (current-error-port)
|
||||
"debug: guix-store-path: ~A\n"
|
||||
new-store-path)
|
||||
new-store-path)))))))))
|
||||
|
||||
(define (nss-certs-store-path store)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue