Add more logging in when computing channel instance derivations
As there's an issue with current core-updates that I'm struggling to track down.
This commit is contained in:
parent
ba97ade781
commit
7d9704192d
1 changed files with 4 additions and 0 deletions
|
|
@ -1047,6 +1047,10 @@
|
||||||
(add-temp-root store drv)
|
(add-temp-root store drv)
|
||||||
drv)
|
drv)
|
||||||
|
|
||||||
|
(simple-format
|
||||||
|
(current-error-port)
|
||||||
|
"computed the manifest for ~A\n" system)
|
||||||
|
|
||||||
`((manifest-entry-item
|
`((manifest-entry-item
|
||||||
. ,(and manifest
|
. ,(and manifest
|
||||||
(add-tmp-root-and-return-drv
|
(add-tmp-root-and-return-drv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue