Re: guix package -u . --do-not-upgrade

2022-05-12 Thread raingloom
On Tue, 10 May 2022 20:20:30 +0200 Andreas Enge wrote: > Am Tue, May 10, 2022 at 06:10:42PM + schrieb Gottfried: > > guix package --upgrade . --do-not-upgrade emacs vlc knotes (Can I > > put 3 after each other) > > Yes, that works. (In any case, you can just give it a try. If you do > not

Re: guix package -u . --do-not-upgrade

2022-05-10 Thread Andreas Enge
Am Tue, May 10, 2022 at 06:10:42PM + schrieb Gottfried: > guix package --upgrade . --do-not-upgrade emacs vlc knotes (Can I put 3 > after each other) Yes, that works. (In any case, you can just give it a try. If you do not like the result, you can always do a "guix package --roll-back"!)

guix package -u . --do-not-upgrade

2022-05-10 Thread Gottfried
Dear Guixers, If I do a "guix package -u" and I don't want to upgrade some packages, how does my command look like? guix package --upgrade . --do-not-upgrade emacs vlc knotes (Can I put 3 after each other) or guix package --upgrade . --do-not-upgrade emacs | --do-not-upgrade vlc |