Log the guix store path being used

In the load-new-guix-revision module.
This commit is contained in:
Christopher Baines 2019-09-01 12:35:29 +01:00
parent f118ed0bf9
commit af581784b2

View file

@ -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)