From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2@gmail.com Subject: bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix Date: Fri, 15 Jun 2018 18:56:20 -0400 Message-ID: <874li31wx7.fsf@g1.i-did-not-set--mail-host-address--so-tickle-me> References: <8736xopz0q.fsf@netris.org> <87bmccuwbu.fsf@mdc-berlin.de> <87o9gctgrm.fsf@gnu.org> <87po0snp5g.fsf@netris.org> <87602kro0h.fsf@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]:35139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTxeT-0004D1-Qs for bug-guix@gnu.org; Fri, 15 Jun 2018 18:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTxeQ-0001EU-P3 for bug-guix@gnu.org; Fri, 15 Jun 2018 18:57:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42833) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTxeQ-0001E5-LP for bug-guix@gnu.org; Fri, 15 Jun 2018 18:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fTxeQ-0005Gz-8m for bug-guix@gnu.org; Fri, 15 Jun 2018 18:57:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87602kro0h.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 15 Jun 2018 18:51:58 +0200") 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31841@debbugs.gnu.org, Ricardo Wurmus On 06/15/2018 at 18:51 Ludovic Court=C3=A8s writes: > OK to close this issue? > > Ludo=E2=80=99. Hi Ludo=E2=80=99, Based on this thread I am now making guix like this ... guix environment guix --ad-hoc guile-sqlite3 --root=3Dbuild-env -- make [MA= KECMDGOALS] ... and using it like this ... source build-env/etc/profile ./pre-inst-env guix COMMAND ARGS... ... and I am sure you can predict what I will say next ;-) How about putting this in the doc? - George