From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 08:54:56 2016 Received: (at 23828) by debbugs.gnu.org; 23 Jun 2016 12:54:56 +0000 Received: from localhost ([127.0.0.1]:51909 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG49o-0007a3-4M for submit@debbugs.gnu.org; Thu, 23 Jun 2016 08:54:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG49m-0007Zm-Ru for 23828@debbugs.gnu.org; Thu, 23 Jun 2016 08:54:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG49e-0008Ro-Pj for 23828@debbugs.gnu.org; Thu, 23 Jun 2016 08:54:49 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG49S-0008Pu-Le; Thu, 23 Jun 2016 08:54:34 -0400 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:52114 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bG49R-0003bb-S4; Thu, 23 Jun 2016 08:54:34 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: David Craven Subject: Re: bug#23828: unsupported sexp item type #f ``` References: <87mvmclxqv.fsf@gnu.org> <87d1n8s51h.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 6 Messidor an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Thu, 23 Jun 2016 14:54:31 +0200 In-Reply-To: (David Craven's message of "Thu, 23 Jun 2016 10:26:09 +0200") Message-ID: <87wplgoyk8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 23828 Cc: 23828@debbugs.gnu.org, request@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.4 (------) merge 23828 22459 thanks David Craven skribis: > The usage of NIX environment variables is a problem when trying to > coexist with nix on nixos. > ``` > (define %config-directory > ;; This must match `NIX_CONF_DIR' as defined in `nix/local.mk'. > (or (getenv "NIX_CONF_DIR") "@guix_sysconfdir@/guix")) > ``` Oh, good point. I assume this was the root of the problems, right? Thanks, Ludo=E2=80=99.