Hi, On Mon, 23 Sep 2019 at 21:40, <bre...@posteo.net> 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