diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..f807984 --- /dev/null +++ b/.guix-channel @@ -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")))) + ) +) \ No newline at end of file