mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
fix(guix-bootstrap): serve local distfiles via fixed localhost HTTP mirror
This commit is contained in:
parent
85a0ff7c72
commit
19501750f5
5 changed files with 60 additions and 60 deletions
|
|
@ -27,7 +27,7 @@
|
|||
- "https://alpha.gnu.org/gnu/guix/bootstrap/"
|
||||
- "http://flashner.co.il/guix/bootstrap/"
|
||||
- "http://lilypond.org/janneke/guix/"))
|
||||
+ '("file:///external/distfiles/"))
|
||||
+ '("http://127.0.0.1:38445/"))
|
||||
|
||||
(define (bootstrap-executable-file-name system program)
|
||||
"Return the FILE-NAME part of url where PROGRAM can be found for SYSTEM."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue