[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guix environment with channels?
From: |
Ludovic Courtès |
Subject: |
Re: guix environment with channels? |
Date: |
Mon, 11 Mar 2019 17:11:37 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi John,
John Soo <address@hidden> skribis:
> I was going to do some development recently and wanted to use some
> packages from a channel. I have it listed as a channel under
> ~/.config/guix/channels.scm so I added some packages from the channel
> to a scheme file but guix environment -l my-file.scm told me there was
> no code for my channel modules. Is this intended?
No. Could it be that you’re running a ‘guix’ command different from the
one ‘guix pull’ produced?
Does ‘guix describe’ show your additional channel?
HTH,
Ludo’.