From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Why is the default $HOME /homeless-shelter? Date: Sun, 17 Nov 2019 22:39:28 +0100 Message-ID: <87h832i3n3.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:470:142:3::10]:39627) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWSGZ-0007xA-RB for guix-devel@gnu.org; Sun, 17 Nov 2019 16:39:32 -0500 In-Reply-To: (Jesse Gibbons's message of "Sat, 16 Nov 2019 17:55:43 -0700") 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: Jesse Gibbons Cc: guix-devel mailing list Hi! Because it=E2=80=99s always been this way! :-) This is inherited from Nix. The rationale is that there=E2=80=99s no home directory in build environments, and perhaps Eelco Dolstra and others back then found that setting =E2=80=98HOME=E2=80=99 to a non-existing direc= tory broke fewer builds that leaving it unset. HTH, Ludo=E2=80=99.