ng0 <n...@n0.is> writes: > did we ever talk about that there's too little information on how to get > the current log file of a failed build? I need this right now (the full log) > and I can't remember how, and making use of the log folder in var/log/guix/ > won't > help either.
Why won't /var/log/guix help? To see the most recent build logs for a given package, say 'icecat', I do this: ls -ltr /var/log/guix/drvs/*/*-icecat* | tail This might not work for offloaded builds, though. Mark