From mboxrd@z Thu Jan 1 00:00:00 1970 From: hub.lombard@free.fr Subject: A 'guix pull' option for 'manifest.scm' to be used in the next update Date: Sun, 28 Jul 2019 19:00:44 +0200 (CEST) Message-ID: <2004384137.554259492.1564333244664.JavaMail.root@zimbra49-e8.priv.proxad.net> References: <13483469.554170856.1564332865984.JavaMail.root@zimbra49-e8.priv.proxad.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44387) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hrmXR-0007JW-Vf for help-guix@gnu.org; Sun, 28 Jul 2019 13:00:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hrmXQ-00046Q-Vj for help-guix@gnu.org; Sun, 28 Jul 2019 13:00:49 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:20713) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hrmXQ-00044C-Pf for help-guix@gnu.org; Sun, 28 Jul 2019 13:00:48 -0400 Received: from zimbra49-e8.priv.proxad.net (unknown [172.20.243.199]) by smtp1-g21.free.fr (Postfix) with ESMTP id C484AB00563 for ; Sun, 28 Jul 2019 19:00:44 +0200 (CEST) In-Reply-To: <13483469.554170856.1564332865984.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: Help Guix Hi Guix, I have generated my own 'manifest.scm' file with '$ guix package -m ~/.config/guix/manifest.scm' (Thanks again to iyzsong for helping me during the previous step: https://lists.gnu.org/archive/html/help-guix/2019-07/msg00139.html) In order for 'manifest.scm' to be used in the next update, should I do something like this: $ guix pull -p, --profile=PROFILE (using PROFILE instead of ~/.config/guix/current) Not knowing which is the correct term to put in place of PROFILE, what can be the actual command to launch? $ guix pull -p, --profile=PROFILE (?) $ guix pull -p, --profile=~/.guix-profile (?) $ guix pull -p, --profile=~/.config/guix/manifest.scm (?) ... or another thing?... Thank you! Hubert