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

27 lines
799 B
Scheme
Raw Normal View History

;; Run as guix pull -C FILE.
2019-02-12 20:02:10 +01:00
(cons*
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix.git")
(branch "master"))
(channel
(name 'guix-gaming-games)
(url "https://gitlab.com/guix-gaming-channels/games.git")
(branch "master"))
(channel
(name 'guix-gaming-duke-nukem-3d)
(url "https://gitlab.com/guix-gaming-channels/duke-nukem-3d.git")
(branch "master"))
2019-05-25 19:48:24 +02:00
(channel
(name 'guix-gaming-quake-3)
2019-05-25 19:48:24 +02:00
(url "https://gitlab.com/guix-gaming-channels/quake-3.git")
(branch "master"))
(list
(channel
2019-05-25 19:48:24 +02:00
;; This channel can be used as an alternative to
;; %default-channels to avoid rebuilding Guix on =guix pull=.
(inherit (car %default-channels))
;; Get commit from =guix describe -f channels=.
(commit "338defe0cbe156e8416647035403fccf059555e0"))))