.guix-channel: Add channel dependencies
This commit is contained in:
parent
32b8ebec9a
commit
8ebb00f8d0
@ -1,3 +1,26 @@
|
||||
;; -*- mode: scheme; -*-
|
||||
|
||||
(channel
|
||||
(version 0)
|
||||
(directory ".guix"))
|
||||
(directory ".guix")
|
||||
(dependencies
|
||||
(channel
|
||||
(name guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(branch "master")
|
||||
(commit "a4eae0c3adce8e4c4ac153a4959d18b9897a67e1")
|
||||
(introduction
|
||||
(channel-introduction
|
||||
(version 0)
|
||||
(commit "9edb3f66fd807b096b48283debdcddccfea34bad")
|
||||
(signer "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
||||
(channel
|
||||
(name rekahsoft-guix)
|
||||
(url "https://git.rekahsoft.ca/rekahsoft/rekahsoft-guix.git")
|
||||
(branch "master")
|
||||
(commit "b72c13392a9ffab0dd52dcf9e30fb599e364a78e")
|
||||
(introduction
|
||||
(channel-introduction
|
||||
(version 0)
|
||||
(commit "191cdaa0947657e0c85fe89ebbb8e7b1e7a8e0a4")
|
||||
(signer "F8D5 46F3 AF37 EF53 D1B6 48BE 7B4D EB93 212B 3022"))))))
|
||||
|
Loading…
Reference in New Issue
Block a user