mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
pull: Add GUIX_PULL_URL environment variable.
* guix/scripts/pull.scm (%repository-url): Add GUIX_PULL_URL environment variable. * doc/guix.texi (Invoking guix pull): Mention GUIX_PULL_URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3803331803
commit
cca6941fee
2 changed files with 4 additions and 2 deletions
|
@ -82,7 +82,7 @@ Install it by running:
|
|||
(resolve-interface '(git))))
|
||||
|
||||
(define %repository-url
|
||||
"https://git.savannah.gnu.org/git/guix.git")
|
||||
(or (getenv "GUIX_PULL_URL") "https://git.savannah.gnu.org/git/guix.git"))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue