.guix-channel: Remove explicit dependencies

This commit is contained in:
Collin J. Doering 2022-03-22 13:48:06 -04:00
parent 7f90664d05
commit df39bf44db
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022

View File

@ -2,35 +2,4 @@
(channel
(version 0)
(directory ".guix")
(dependencies
(channel
(name guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit "e584a093f943be216fdc93895281fde835836b8d")
(introduction
(channel-introduction
(version 0)
(commit "9edb3f66fd807b096b48283debdcddccfea34bad")
(signer "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(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"))))))
(directory ".guix"))