@@ 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