hydra/goggles: Show logs for #guix-hpc.

* hydra/goggles.scm (%config): Add guix-hpc to the list of channels.
This commit is contained in:
Ricardo Wurmus 2020-07-03 17:38:41 +02:00
parent a47ab98077
commit 6f8d619b0a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

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