From 2c3d9770391d37ed34e0c2b7ac77c18ecdfc96d2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 1 Dec 2025 20:27:29 +0000 Subject: 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. --- topics/guix/guix-profiles.gmi | 6 +++--- 1 file 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 ``` -- cgit 1.4.1