From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Is there a beginner's guide to using Guix with Scheme files? Date: Sun, 17 Apr 2016 17:13:06 +0200 Message-ID: <87poto9sl9.fsf@gnu.org> References: 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]:52992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aroNv-0007fw-9D for help-guix@gnu.org; Sun, 17 Apr 2016 11:13:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aroNp-00010y-O9 for help-guix@gnu.org; Sun, 17 Apr 2016 11:13:15 -0400 In-Reply-To: (Zachary Kanfer's message of "Sun, 17 Apr 2016 00:15:12 -0400") 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: Zachary Kanfer Cc: help-guix@gnu.org Zachary Kanfer skribis: > I recently installed Guix, and I must admit I'm feeling somewhat lost. My > goal is to not run `guix package -i` manually, but have a scheme file with > my entire system configuration in it, and run `guix package -f > /path/to/that/file` to install the programs I want on my computer. I think you=E2=80=99re looking for =E2=80=98--manifest=E2=80=99 rather than= =E2=80=98-f=E2=80=99: https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-package.= html#profile_002dmanifest That probably explains why the rest of the documentation you looked at felt inappropriate. :-) HTH, Ludo=E2=80=99.