config/guix: Init no-rebuild-channel

master
Pierre Neidhardt 2019-02-12 20:02:10 +01:00
parent ea4311edc3
commit bba542d936
2 changed files with 13 additions and 9 deletions

View File

@ -1,14 +1,5 @@
(use-modules (srfi srfi-1))
(cons* (channel
(name 'guix-chromium)
(url "https://gitlab.com/mbakke/guix-chromium.git")
(branch "master"))
;; The following channel can be used as an alternative to
;; %default-channels to avoid rebuilding Guix on =guix pull=.
;; (list
;; (channel
;; (inherit (first %default-channels))
;; ;; Get commit from =guix describe -f channels=.
;; (commit "6df215f8c8ad0ed4afd8c32a0414cf2ac7ec8983")))
%default-channels)

View File

@ -0,0 +1,13 @@
(use-modules (srfi srfi-1))
(cons* (channel
(name 'guix-chromium)
(url "https://gitlab.com/mbakke/guix-chromium.git")
(branch "master"))
;; The following channel can be used as an alternative to
;; %default-channels to avoid rebuilding Guix on =guix pull=.
(list
(channel
(inherit (first %default-channels))
;; Get commit from =guix describe -f channels=.
(commit "6df215f8c8ad0ed4afd8c32a0414cf2ac7ec8983"))))