diff options
| author | Arun Isaac | 2025-12-01 20:27:29 +0000 |
|---|---|---|
| committer | Pjotr Prins | 2026-01-05 11:12:11 +0100 |
| commit | 2c3d9770391d37ed34e0c2b7ac77c18ecdfc96d2 (patch) | |
| tree | 35cadea431fa8021aa8dd908e0c4af1fb4ec2b86 | |
| parent | ad277de5a3934275822dc5fab9ec8e2ba9d6d3ad (diff) | |
| download | gn-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.gmi | 6 |
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 ``` |
