From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Holland Subject: Re: A 'guix pull' option for 'manifest.scm' to be used in the next update Date: Mon, 29 Jul 2019 12:30:36 +0100 Message-ID: <87wog113j7.fsf@inv.alid.pw> References: <87blxdqnb4.fsf@inv.alid.pw> <1871638010.563358267.1564397894123.JavaMail.root@zimbra49-e8.priv.proxad.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51271) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hs3rW-0007WO-5J for help-guix@gnu.org; Mon, 29 Jul 2019 07:30:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hs3rV-0006zg-5E for help-guix@gnu.org; Mon, 29 Jul 2019 07:30:42 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:35121) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hs3rU-0006yi-Mv for help-guix@gnu.org; Mon, 29 Jul 2019 07:30:41 -0400 In-reply-to: <1871638010.563358267.1564397894123.JavaMail.root@zimbra49-e8.priv.proxad.net> 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: hub.lombard@free.fr Cc: help-guix@gnu.org Hi Hubert, hub.lombard@free.fr writes: > So maybe (I'm not sure) I can try, considering the path of my manifest.scm: > > $ guix pull && guix package -m ~/.config/guix/manifest.scm -u Yep, if that's the right path to where you saved your manifest file. (Note that the -u option, upgrade, takes an optional argument, a regexp matching which packages to act on. I prefer to explicitly pass in `-u.` to match anything since I normally run this command from my shell history, and I can then just add any other options I want without them being interpreted as an argument to -u.) > Otherwise, unless I have to move my file to another place? You can save the manifest file wherever you want, since you pass the path into `guix package` with the -m option it'll always be able to find it. Thanks, Josh