From 6f8d619b0a471eaf7eaea70689fefdf4f5747ba8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 3 Jul 2020 17:38:41 +0200 Subject: [PATCH] hydra/goggles: Show logs for #guix-hpc. * hydra/goggles.scm (%config): Add guix-hpc to the list of channels. --- hydra/goggles.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/goggles.scm b/hydra/goggles.scm index cf3c9d6..f94f95e 100755 --- a/hydra/goggles.scm +++ b/hydra/goggles.scm @@ -23,7 +23,7 @@ (define %config '((host . "127.0.0.1") (port . 3333) - (channels . ("guix" "guile" "bootstrappable")))) + (channels . ("guix" "guix-hpc" "guile" "bootstrappable")))) (define file-mime-types '(("css" . (text/css))