From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#37387: reconfigure does not recreate ~/.guix-profile Date: Thu, 12 Sep 2019 11:05:10 +0200 Message-ID: <87k1adq3zt.fsf@elephly.net> References: <86mufa8kmn.fsf@dismail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39899) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8L3G-00076Z-2f for bug-guix@gnu.org; Thu, 12 Sep 2019 05:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8L3E-0007lX-3a for bug-guix@gnu.org; Thu, 12 Sep 2019 05:06:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34236) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i8L3C-0007ku-Ju for bug-guix@gnu.org; Thu, 12 Sep 2019 05:06:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i8L3C-00029H-B2 for bug-guix@gnu.org; Thu, 12 Sep 2019 05:06:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <86mufa8kmn.fsf@dismail.de> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Joshua Branson Cc: 37387-done@debbugs.gnu.org Hi Joshua, > ;tldr guix system reconfigure does not create a ~/.guix-profile This is not a bug. =E2=80=9Cguix system reconfigure=E2=80=9D will never create .guix-profile. = That=E2=80=99s not what it=E2=80=99s supposed to do. ~/.guix-profile is created when a profile is generated and installed, i.e. when a user installs their first package. --=20 Ricardo