fix(guix-bootstrap): serve local distfiles via fixed localhost HTTP mirror

This commit is contained in:
vxtls 2026-03-13 17:19:34 -04:00
parent 85a0ff7c72
commit 19501750f5
5 changed files with 60 additions and 60 deletions

View file

@ -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."