From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] $HOME/.guix-profile considered harmful. Date: Tue, 13 Sep 2016 23:23:12 +0200 Message-ID: <8760pzsddr.fsf@gnu.org> References: <1473704299-8703-1-git-send-email-jmd@gnu.org> 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]:43471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjvAn-0002rj-VN for guix-devel@gnu.org; Tue, 13 Sep 2016 17:23:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjvAi-0007oy-S1 for guix-devel@gnu.org; Tue, 13 Sep 2016 17:23:21 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjvAi-0007ot-PU for guix-devel@gnu.org; Tue, 13 Sep 2016 17:23:16 -0400 In-Reply-To: <1473704299-8703-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Mon, 12 Sep 2016 20:18:19 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org Hello, John Darrington skribis: > I have my /home NFS mounted (not uncommon in large networks, I think). > Unfortunately this does not play nicely with guix's convention of setting > $PATH &c to $HOME/.guix-profile and then linking $HOME/.guix-profile to > %state-directory/profiles/per-user/$USER/guix_profile - for the obvious r= eason > that %state-directory could be different on each workstation - in which c= ase > $HOME/.guix-profile will be a dead link. It=E2=80=99s true that %state-directory could differ on each machine. I th= ink it=E2=80=99s uncommon though. I understand your concern, but I agree with Ricardo that what you suggest is not strictly required: commonly (my guess), people having /home on NFS won=E2=80=99t have the problem you describe. > I'm not sure exactly what benefit the ~/.guix-profile convention brings u= s, except > perhaps that it is easy to remember. =E2=80=A6 and easy to type, and quite =E2=80=9Cnatural=E2=80=9D. These are= the main reasons I guess, but they=E2=80=99re quite important. Thoughts? Ludo=E2=80=99.