From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23828: unsupported sexp item type #f ``` Date: Thu, 23 Jun 2016 14:54:31 +0200 Message-ID: <87wplgoyk8.fsf@gnu.org> References: <87mvmclxqv.fsf@gnu.org> <87d1n8s51h.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]:60523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG49w-00021x-My for bug-guix@gnu.org; Thu, 23 Jun 2016 08:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG49u-0008Vh-JN for bug-guix@gnu.org; Thu, 23 Jun 2016 08:55:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG49u-0008Vd-Fo for bug-guix@gnu.org; Thu, 23 Jun 2016 08:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bG49u-0007aT-8G for bug-guix@gnu.org; Thu, 23 Jun 2016 08:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (David Craven's message of "Thu, 23 Jun 2016 10:26:09 +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: David Craven Cc: 23828@debbugs.gnu.org, request@debbugs.gnu.org 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.