From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: rolling back only a single package Date: Mon, 31 Dec 2018 09:23:11 +0100 Message-ID: <87va3af6kw.fsf@elephly.net> References: <09ccab6e031dddc448863c812f400e0a@dc.uba.ar> <20181228143410.283e8d8a@alma-ubu> <87efa14sgu.fsf@elephly.net> <87wonq1880.fsf@dc.uba.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdsrQ-0004Bw-E5 for help-guix@gnu.org; Mon, 31 Dec 2018 03:23:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdsrL-0008De-HA for help-guix@gnu.org; Mon, 31 Dec 2018 03:23:44 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21818) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gdsrL-0008A9-5K for help-guix@gnu.org; Mon, 31 Dec 2018 03:23:39 -0500 In-reply-to: <87wonq1880.fsf@dc.uba.ar> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: cdelia@dc.uba.ar Cc: help-guix@gnu.org Hi cdelia, > What happens if you then do "guix package -i guile-json" or if somewhere > in the future "guix package -U" after a pull? When you do =E2=80=9Cguix package -i=E2=80=9D it will use the current versi= on of Guix to create a new profile generation containing all of the previously installed packages as well as =E2=80=9Cguile-json=E2=80=9D. > It will honor the manifest or just install the guile-json on the package > definition? Neither of these commands know about your manifest. Your manifest could be located anywhere. Only =E2=80=9C-m manifest.scm=E2=80=9D instantiates t= he manifest in the provided file. --=20 Ricardo