From 7429dc2ec7423cbb7e5910d78817f0b8b0d1165e Mon Sep 17 00:00:00 2001 From: Dhruvin Gandhi Date: Thu, 16 Dec 2021 16:58:44 +0530 Subject: [PATCH] Stop recommending using (guix ci) in channels.scm Fixes: https://todo.sr.ht/~dhruvin/builds.sr.ht-guix/7 --- index.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/index.md b/index.md index 5a56bbd..db8683a 100644 --- a/index.md +++ b/index.md @@ -73,11 +73,17 @@ Example: ```scheme ;; channels.scm -(use-modules (guix ci)) - -(list (channel-with-substitutes-available - %default-guix-channel - "https://ci.guix.gnu.org")) +(append + (list + (channel + (name 'guixrus) + (url "https://git.sr.ht/~whereiseveryone/guixrus") + (introduction + (make-channel-introduction + "7c67c3a9f299517bfc4ce8235628657898dd26b2" + (openpgp-fingerprint + "CD2D 5EAA A98C CB37 DA91 D6B0 5F58 1664 7F8B E551"))))) + %default-channels) ``` Packages from custom/additional channels cannot be specified in @@ -101,11 +107,6 @@ tasks: hello ``` -Prefer using `channel-with-substitutes-available` from `(guix ci)`, -like the example above, if you are just using additional channels and -not modifying the `%default-guix-channels`. See [Channels with -Substitutes](https://guix.gnu.org/manual/en/html_node/Channels-with-Substitutes.html). - # Profiles and Environments Since the builder creates a new build environment for every job, build -- 2.34.2