From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: guix environment with channels? Date: Mon, 4 Mar 2019 23:20:46 -0800 Message-ID: <67CF388C-472C-4EA1-8541-DA1316F94D3A@asu.edu> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h14O1-0001Fk-34 for help-guix@gnu.org; Tue, 05 Mar 2019 02:21:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h14Ny-0007Xu-3S for help-guix@gnu.org; Tue, 05 Mar 2019 02:21:11 -0500 Received: from mail-pf1-x42f.google.com ([2607:f8b0:4864:20::42f]:41014) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h14Nu-0007Ft-94 for help-guix@gnu.org; Tue, 05 Mar 2019 02:21:08 -0500 Received: by mail-pf1-x42f.google.com with SMTP id d25so5017571pfn.8 for ; Mon, 04 Mar 2019 23:20:52 -0800 (PST) Received: from [192.168.1.71] (107-137-109-155.lightspeed.irvnca.sbcglobal.net. [107.137.109.155]) by smtp.gmail.com with ESMTPSA id m64sm22411109pfi.149.2019.03.04.23.20.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Mar 2019 23:20:50 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi guix, I was going to do some development recently and wanted to use some packages f= rom a channel. I have it listed as a channel under ~/.config/guix/channels.s= cm so I added some packages from the channel to a scheme file but guix envir= onment -l my-file.scm told me there was no code for my channel modules. Is t= his intended? Thanks! John=