help-guix
[Top][All Lists]
Advanced

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

Re: Real-world example for channels?


From: Efraim Flashner
Subject: Re: Real-world example for channels?
Date: Sun, 27 Jan 2019 11:52:43 +0200
User-agent: Mutt/1.11.0 (2018-11-25)

On Sat, Jan 26, 2019 at 11:16:31PM +0100, Hartmut Goebel wrote:
> Hi,
> 
> I'm looking for some real-world examples for channels.
> 

Here's the contents of my ~/.config/guix/channels.scm

(cons* (channel
         (name 'chromium)
         (url "https://gitlab.com/mbakke/guix-chromium.git";)
         (branch "master"))
       (channel
         (name 'ietf)
         (url "https://gitlab.com/efraim/guix-ietf.git";)
         (branch "master"))
       %default-channels)

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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