summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
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