ambevar-dotfiles/.config/guix/no-rebuild-channel.scm

14 lines
492 B
Scheme

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