From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAdrh-0001At-14 for guix-patches@gnu.org; Thu, 11 Oct 2018 12:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAdra-00044C-TM for guix-patches@gnu.org; Thu, 11 Oct 2018 12:31:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41157) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAdra-000441-Ie for guix-patches@gnu.org; Thu, 11 Oct 2018 12:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAdra-0004ih-Ft for guix-patches@gnu.org; Thu, 11 Oct 2018 12:31:02 -0400 Subject: bug#32998: [PATCH 0/2] Turn ~/.config/guix/current into a symlink to /var/guix/profiles Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181009100314.12488-1-ludo@gnu.org> Date: Thu, 11 Oct 2018 18:30:42 +0200 In-Reply-To: <20181009100314.12488-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Tue, 9 Oct 2018 12:03:14 +0200") Message-ID: <87sh1c30p9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32998-done@debbugs.gnu.org Hello, Ludovic Court=C3=A8s skribis: > The following patches turn ~/.config/guix/current into a symlink to > /var/guix/profiles/per-user/$USER/current-guix, in a way that is > consistent with what =E2=80=98guix package=E2=80=99 does. > > Note that =E2=80=98guix pull=E2=80=99 will automatically move your genera= tions from > ~/.config/guix to /var/guix/profiles/per-user/$USER the first time > you run it. Applied with minor refactoring (the =E2=80=98ensure-profile-directory=E2=80= =99 thing.) Ludo=E2=80=99.