Hello,
Am Tue, Mar 16, 2021 at 12:47:33PM -0700 schrieb Andy Tai:
> guix pull && guix package -u
this may not be what you are looking for, but my pedestrian way of doing
things is to do a "--dry-run" first:
guix package -n -u
(the "-u" must come last, or be replaced by "-u .").
That queries th
On Tue, Mar 16, 2021 at 12:47:33PM -0700, Andy Tai wrote:
> 1. Is there a way to tolerate errors in single package upgrade and keep the
> others going? right now I have opencv installed and opencv build now is
> broken, so if I do the above command as is the whole 'package -u' command
> would fai