From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Single channel update (or channels vs. GUIX_PACKAGE_PATH) Date: Tue, 05 Feb 2019 18:52:50 +0100 Message-ID: <8736p2rukt.fsf@ambrevar.xyz> References: <87r2cn6t66.fsf@ambrevar.xyz> <15ACA13D-35AC-4896-90DD-6377250E4624@asu.edu> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gr4u2-0007Q8-CI for help-guix@gnu.org; Tue, 05 Feb 2019 12:52:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gr4u0-0000gO-Os for help-guix@gnu.org; Tue, 05 Feb 2019 12:52:58 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:48201) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gr4u0-0000cE-Gc for help-guix@gnu.org; Tue, 05 Feb 2019 12:52:56 -0500 In-reply-to: <15ACA13D-35AC-4896-90DD-6377250E4624@asu.edu> 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: John Soo Cc: help-guix --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Yes, that would work. I tried something like the following: =2D-8<---------------cut here---------------start------------->8--- (list (channel (name 'guix-chromium) (url "https://gitlab.com/mbakke/guix-chromium.git") (branch "master")) (channel (name 'guix) (url "https://git.savannah.gnu.org/git/guix.git") (branch "master") (commit "1d4c2dabefdc5e957ed74a58066f8faa8e0fb70e"))) =2D-8<---------------cut here---------------end--------------->8--- Is there a way to inherit or modify %default-channels to avoid all the copy-pasting? Also do you know how to get the last guix generation commit? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlxZzXIACgkQm9z0l6S7 zH8QuAgAppP21qhxJ0Ewb6407iuj7xf1fUyxXPv23zsgwEJIdRPBTkfrokhXImDW ZTXh9YoOc80L3zJPzWgLsBRf5Jc4dJw//ktL1RvFpp/oE0RcDZets9g9UhJx5V7O pJ/rJbpXIbLiWB4HFSAMjYOufIwe5xwUrSoe0bJonWymSN5eDnqkFXjQkeI9DA83 rqopJ7XNI7Xfo0PtH1l7BeofdnWYYA7rBcRyZxMz+ui6x5zmKcr0lG+UCjQut2LY kAoJMd9pMXykcFD9I9P9GQYDvZuZY3thCnAZALZesqLF9SHaOlFEb18BHyXroTJM tWBXSq1ZP+hM6XY117VCYAhJ8B74TQ== =KPCg -----END PGP SIGNATURE----- --=-=-=--