summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-12-01 20:27:29 +0000
committerPjotr Prins2026-01-05 11:12:11 +0100
commit2c3d9770391d37ed34e0c2b7ac77c18ecdfc96d2 (patch)
tree35cadea431fa8021aa8dd908e0c4af1fb4ec2b86
parentad277de5a3934275822dc5fab9ec8e2ba9d6d3ad (diff)
downloadgn-gemtext-2c3d9770391d37ed34e0c2b7ac77c18ecdfc96d2.tar.gz
Use gn-machines channel for development.
We are henceforth building our development profiles off of the
gn-machines channel rather than the guix-bioinformatics channel.
-rw-r--r--topics/guix/guix-profiles.gmi6
1 files changed, 3 insertions, 3 deletions
diff --git a/topics/guix/guix-profiles.gmi b/topics/guix/guix-profiles.gmi
index 335319c..15f7683 100644
--- a/topics/guix/guix-profiles.gmi
+++ b/topics/guix/guix-profiles.gmi
@@ -15,9 +15,9 @@ Note that a recently tested channel can be fetched from cd.genenetwork.org. That
 Alternatively put the following into a channels.scm file.
 ```
 (list (channel
-       (name 'gn-bioinformatics)
-       (url "https://git.genenetwork.org/guix-bioinformatics")
-       (branch "master")))
+       (name 'gn-machines)
+       (url "https://git.genenetwork.org/gn-machines")
+       (branch "main")))
 ```
 Build a profile using
 ```