From mboxrd@z Thu Jan 1 00:00:00 1970 From: brettg@posteo.net Subject: How to permanently modify guix pull Date: Mon, 23 Sep 2019 21:39:57 +0200 Message-ID: <8852ecf76340e7c9e72cd6ff34bd7130@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60510) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iCUBx-0006zS-59 for help-guix@gnu.org; Mon, 23 Sep 2019 15:40:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iCUBw-0002Y1-0p for help-guix@gnu.org; Mon, 23 Sep 2019 15:40:12 -0400 Received: from mout01.posteo.de ([185.67.36.65]:41288) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iCUBv-0002UT-FQ for help-guix@gnu.org; Mon, 23 Sep 2019 15:40:11 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 210FF160072 for ; Mon, 23 Sep 2019 21:40:07 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46cZR43FBtz6tmP for ; Mon, 23 Sep 2019 21:40:00 +0200 (CEST) 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 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? Brett Gilio