summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guix.texi5
-rw-r--r--guix/import/elpa.scm1
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 898550a64e8..1bf3a566c0b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15079,6 +15079,11 @@ contained in the GnuPG keyring at
signatures,, emacs, The GNU Emacs Manual}).
@item
+@uref{https://elpa.gnu.org/devel, GNU-devel}, selected by the
+@code{gnu-devel} identifier. This repository exists for testing
+development changes before they make it to a stable release.
+
+@item
@uref{https://elpa.nongnu.org/nongnu/, NonGNU}, selected by the
@code{nongnu} identifier.
diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index 13c070c2e7f..bb7d50dff8b 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -84,6 +84,7 @@ NAMES (strings)."
(define %elpa-archives
'((gnu . "https://elpa.gnu.org/packages")
+ (gnu-devel . "https://elpa.gnu.org/devel")
(gnu/http . "http://elpa.gnu.org/packages") ;for testing
(nongnu . "https://elpa.nongnu.org/nongnu")
(melpa-stable . "https://stable.melpa.org/packages")