all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: John Soo <jsoo1@asu.edu>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: Single channel update (or channels vs. GUIX_PACKAGE_PATH)
Date: Tue, 05 Feb 2019 18:52:50 +0100	[thread overview]
Message-ID: <8736p2rukt.fsf@ambrevar.xyz> (raw)
In-Reply-To: <15ACA13D-35AC-4896-90DD-6377250E4624@asu.edu>

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

Yes, that would work.  I tried something like the following:

--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")))
--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?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2019-02-05 17:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-04 23:16 Single channel update (or channels vs. GUIX_PACKAGE_PATH) Pierre Neidhardt
2019-02-04 23:24 ` John Soo
2019-02-05 17:52   ` Pierre Neidhardt [this message]
2019-02-05 20:02     ` Ricardo Wurmus
2019-02-05 20:45       ` Pierre Neidhardt
2019-02-12 16:36         ` Ludovic Courtès
2019-02-12 17:26           ` Pierre Neidhardt
2019-02-09  8:43   ` Chris Marusich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8736p2rukt.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=help-guix@gnu.org \
    --cc=jsoo1@asu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.