From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Re: How to permanently modify guix pull Date: Mon, 23 Sep 2019 13:43:54 -0700 Message-ID: References: <8852ecf76340e7c9e72cd6ff34bd7130@posteo.net> 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 ([2001:470:142:3::10]:40381) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iCVBl-0000ox-7d for help-guix@gnu.org; Mon, 23 Sep 2019 16:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iCVBj-00084G-1B for help-guix@gnu.org; Mon, 23 Sep 2019 16:44:03 -0400 Received: from mail-pg1-x52c.google.com ([2607:f8b0:4864:20::52c]:36006) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iCVBg-000832-4U for help-guix@gnu.org; Mon, 23 Sep 2019 16:44:00 -0400 Received: by mail-pg1-x52c.google.com with SMTP id h17so6116600pgb.3 for ; Mon, 23 Sep 2019 13:43:58 -0700 (PDT) In-Reply-To: <8852ecf76340e7c9e72cd6ff34bd7130@posteo.net> 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: brettg@posteo.net Cc: help-guix Hi Brett, You can specify channels in ~/.config/guix/channels.scm. You specify a list o= f channels there as documented here: https://guix.gnu.org/manual/en/html_nod= e/Channels.html Good luck, John=