help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Single channel update (or channels vs. GUIX_PACKAGE_PATH)


From: Pierre Neidhardt
Subject: Re: Single channel update (or channels vs. GUIX_PACKAGE_PATH)
Date: Tue, 05 Feb 2019 18:52:50 +0100
User-agent: mu4e 1.0; emacs 26.1

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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]