aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-19 12:24:12 -0600
committerFrederick Muriuki Muriithi2024-11-19 12:47:34 -0600
commit798e2adce714d8ed21092f558bebfb0d344b12dd (patch)
tree7ce163fff3e99746d050fdf46cca4f26eabce8bb /.guix-channel
parent61868ebf68181f456fa59be2c638f1d57a83ac9d (diff)
downloadgn-guile-main.tar.gz
Make repo a channel. Link to guix-bioinformatics.HEADmain
* .guix-channel: Specify this channel's details. Add "guix-bioinformatics" channel as a dependency. * .guix/modules/gn-guile.scm: Inherit package definition from the guix-bioinformatics definition of this package. * guix.scm: Symlink to .guix/modules/gn-guile.scm
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel8
1 files changed, 8 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel
new file mode 100644
index 0000000..6e0982a
--- /dev/null
+++ b/.guix-channel
@@ -0,0 +1,8 @@
+(channel
+ (version 0)
+ (directory ".guix/modules")
+ (dependencies
+ (channel
+ (name guix-bioinformatics)
+ (url "https://git.genenetwork.org/guix-bioinformatics")
+ (branch "master")))) \ No newline at end of file