This commit is contained in:
2025-08-08 01:05:57 -05:00
parent db7187b709
commit 493ae9bc08

28
.guix-channel Normal file
View File

@@ -0,0 +1,28 @@
(channel
(version 0)
(url "https://codeberg.org/Gigia/gunit.git")
(directory "modules")
(keyring-reference "keyring")
(news-file NEWS)
(dependencies
(channel
(name nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(introduction
(channel-introduction
(version 0)
(commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc")
(signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
(branch "main")
(name selected-guix-works)
(url "https://github.com/gs-101/selected-guix-works.git")
(introduction
(channel-introduction
(version 0)
(commit
"5d1270d51c64457d61cd46ec96e5599176f315a4")
(signer
"C780 21F7 34E4 07EB 9090 0CF1 4ACA 6D6F 89AB 3162"))))
)
)