Andreas Enge <[email protected]> skribis: > On Sun, Sep 22, 2013 at 09:18:50PM +0200, Cyril Roelandt wrote: >> On 09/22/2013 03:29 PM, Andreas Enge wrote: >> >Currently, >> > guix package -I >> >lists the latest installed package first, which often ends up scrolling >> >out of the window. However, this is most of the time where "things happen", >> >new packages get installed or rolled back. >> Honestly, I'd like to have them listed alphabetically. > > But then how do you know what the effect of --roll-back will be? > To get them in alphabetical order, a simple solution is to pipe through > sort.
Agreed (‘sort -k1’). Ludo’.
