.guix-channel: Declare rekahsoft-guix and nonguix channels as dependencies

This is required for this channel to be successfully pulled.
This commit is contained in:
Collin J. Doering 2022-03-22 14:03:16 -04:00
parent df39bf44db
commit 0762dab584
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 22 additions and 1 deletions

View File

@ -2,4 +2,25 @@
(channel
(version 0)
(directory ".guix"))
(directory ".guix")
(dependencies
(channel
(name nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(branch "master")
(commit "8c22d70b02d4cf42f64784296fbd267695cd3e4c")
(introduction
(channel-introduction
(version 0)
(commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc")
(signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(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"))))))