mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-12 04:14:09 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 780bc88758 | |||
| 5226d74c8e |
+2
-2
@@ -585,12 +585,12 @@ Info search path.)
|
|||||||
|
|
||||||
@item
|
@item
|
||||||
@cindex substitutes, authorization thereof
|
@cindex substitutes, authorization thereof
|
||||||
To use substitutes from @code{hydra.gnu.org} or one of its mirrors
|
To use substitutes from @code{@value{SUBSTITUTE-SERVER}} or one of its mirrors
|
||||||
(@pxref{Substitutes}), authorize them:
|
(@pxref{Substitutes}), authorize them:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
# guix archive --authorize < \
|
# guix archive --authorize < \
|
||||||
~root/.config/guix/current/share/guix/hydra.gnu.org.pub
|
~root/.config/guix/current/share/guix/@value{SUBSTITUTE-SERVER}.pub
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
|||||||
@@ -316,6 +316,7 @@ the Nix package manager.")
|
|||||||
(inputs
|
(inputs
|
||||||
`(("gnutls" ,gnutls)
|
`(("gnutls" ,gnutls)
|
||||||
("guile-git" ,guile-git)
|
("guile-git" ,guile-git)
|
||||||
|
("guile-json" ,guile-json)
|
||||||
("guile-gcrypt" ,guile-gcrypt)
|
("guile-gcrypt" ,guile-gcrypt)
|
||||||
,@(fold alist-delete (package-inputs guix)
|
,@(fold alist-delete (package-inputs guix)
|
||||||
'("boot-guile" "boot-guile/i686" "util-linux"))))
|
'("boot-guile" "boot-guile/i686" "util-linux"))))
|
||||||
|
|||||||
Reference in New Issue
Block a user