summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-11 15:01:27 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-11 15:01:27 +0100
commit7fdedf4888e2bc21eab0203327af3f3625888d18 (patch)
tree1523735485506a261995dc0827853ccf47c6f8d2 /init.org
parent2a34c2afb6b67de5d68d602ae294a7ef5c946bbe (diff)
Set guix-hydra-url.
Diffstat (limited to 'init.org')
-rw-r--r--init.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.org b/init.org
index c2d291a..d16e4a7 100644
--- a/init.org
+++ b/init.org
@@ -246,6 +246,12 @@ I’m often building Guix packages in the shell. =guix-build-log-minor-mode= gi
(add-hook 'shell-mode-hook 'guix-build-log-minor-mode)
#+END_SRC
+I’m monitoring the Guix build farm =berlin.guixsd.org=, which is hosted at the MDC.
+
+#+BEGIN_SRC elisp
+(setq guix-hydra-url "https://berlin.guixsd.org")
+#+END_SRC
+
For bug and patch tracking the Guix project uses debbugs. Here are some better defaults for using =debbugs-gnu= with Guix:
#+BEGIN_SRC elisp