Skip to content

Commit

Permalink
Add channels.scm for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wi11dey committed Sep 28, 2022
1 parent 0d46db9 commit 55ed496
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions channels.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(cons* (channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
;; Enable signature verification:
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
%default-channels)

0 comments on commit 55ed496

Please sign in to comment.