aboutsummaryrefslogtreecommitdiff
path: root/rn6app-channels.scm
diff options
context:
space:
mode:
authorEfraim Flashner2021-11-07 08:50:02 +0000
committerShepherd2021-11-07 08:50:02 +0000
commitf97257e80629cc79fd96bd5a4f000e85fee74819 (patch)
treedf5c9eb6d95ed12ec2c59b3e60fb07974b93e3b1 /rn6app-channels.scm
parent0e00ab537158963944ca68a4723d51fd094b2af5 (diff)
downloadgn-shepherd-services-f97257e80629cc79fd96bd5a4f000e85fee74819.tar.gz
rn6app: configure guix channels
Diffstat (limited to 'rn6app-channels.scm')
-rw-r--r--rn6app-channels.scm16
1 files changed, 16 insertions, 0 deletions
diff --git a/rn6app-channels.scm b/rn6app-channels.scm
new file mode 100644
index 0000000..5700c79
--- /dev/null
+++ b/rn6app-channels.scm
@@ -0,0 +1,16 @@
+(list
+ (channel
+ (name 'gn-bioinformatics)
+ (url "http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics")
+ (commit
+ "a81fa9577474254cbf99105ac4ec9b10d7ccf0dd"))
+ (channel
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (commit
+ "5e5bcba29576698fe50bcf9cc8e4de2576583d2d")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))