aboutsummaryrefslogtreecommitdiff
path: root/gitea-channels.scm
diff options
context:
space:
mode:
authorEfraim Flashner2021-11-02 10:18:49 +0000
committerShepherd2021-11-02 10:18:49 +0000
commit370c52bdcc15831463723e047e210fc43a284667 (patch)
treea6b9f70e081b4d017b209929f8f8e42ae0367df2 /gitea-channels.scm
parentdb4ae18acb66d4be55cb22cb4ec1883bfdf17e0d (diff)
downloadgn-shepherd-services-370c52bdcc15831463723e047e210fc43a284667.tar.gz
gitea: configure guix channels
Diffstat (limited to 'gitea-channels.scm')
-rw-r--r--gitea-channels.scm16
1 files changed, 16 insertions, 0 deletions
diff --git a/gitea-channels.scm b/gitea-channels.scm
new file mode 100644
index 0000000..ae0c7e4
--- /dev/null
+++ b/gitea-channels.scm
@@ -0,0 +1,16 @@
+(list
+ (channel
+ (name 'gn-bioinformatics)
+ (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics")
+ (commit
+ "82d0c5cc939f98adf597404adaef81ec0537d52a"))
+ (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit
+ "5fbeb09f911fb04dbce43282e27fce9d04d6b9b9")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))