mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 20:16: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
|
|
@ -17,8 +17,8 @@
|
|||
"http://lilypond.org/janneke/guix/"))
|
||||
|
||||
+(define %bootstrap-base-urls
|
||||
+ ;; All bootstrap binaries must come from local, reproducible distfiles.
|
||||
+ '("file:///external/distfiles"))
|
||||
+ ;; All bootstrap binaries must come from the local bootstrap mirror.
|
||||
+ '("http://127.0.0.1:38445"))
|
||||
+
|
||||
(define (bootstrap-guile-url-path system)
|
||||
"Return the URI for FILE."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue