help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to permanently modify guix pull


From: zimoun
Subject: Re: How to permanently modify guix pull
Date: Tue, 24 Sep 2019 19:34:34 +0200

Hi,

On Mon, 23 Sep 2019 at 21:40, <address@hidden> wrote:
>
> Hey all, I am looking to try and modify where `guix pull` looks for the
> channels.scm file. I know about the -C flag, but is there a way to make
> this permanent so I do not have to append it manually? I would think
> maybe it would be part of the substitute urls like modifying the guix
> daemon service, but I can not find anything. Any help?

I guess "guix pull" looks at:
 $XDG_CONFIG_HOME/.config/channels.scm

/.config is hard coded in "guix/utils.sm", see `config-directory'.
/channels is hard coded in "guix/scripts/pull.scm" see `default-file'

Hope that help.

simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]