From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: New =?utf-8?B?4oCYZ3VpeCBwdWxs4oCZ?= Date: Thu, 12 Jul 2018 18:01:21 +0200 Message-ID: <87o9fctpda.fsf@gnu.org> References: <87y3fogt8e.fsf@gnu.org> <87sh4ore3y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fde24-0007JH-SY for guix-devel@gnu.org; Thu, 12 Jul 2018 12:01:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fde20-0008Rg-2Y for guix-devel@gnu.org; Thu, 12 Jul 2018 12:01:28 -0400 In-Reply-To: <87sh4ore3y.fsf@gmail.com> (Chris Marusich's message of "Thu, 12 Jul 2018 02:35:13 -0700") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Chris Marusich Cc: guix-devel Hi Chris, Thanks for your feedback (and apologies for the hiccups!). Chris Marusich skribis: > Thank you for your hard work on this improvement! One of the reasons I > have always been a little scared to run "guix pull" frequently is > because it was difficult to roll back. Now that the user-installed Guix > is managed in a profile of sorts, it will probably be easy to add > something like "guix pull --roll-back" to help people recover easily. The manual currently recommends: guix package -p ~/.config/guix/current --roll-back but we could (should?) add a roll-back option directly in =E2=80=98guix pul= l=E2=80=99. Ludo=E2=80=99.