Bootstrappable builds: how and why

8 points by pushcx


fzakaria

I thought I understood Guix to use hex0 as the seed but still need a large bootstrap blob because driving hex0 in Guix still needs a Guile interpreter from the start...

Nix has the benefit of doing a basic exec to get started (although it doesn't and suffers the same problem), the basic builder in Guix is Guile so it needs that to even launch the hex0.

How will Guix get around this ?

Also curious about Germ vs https://github.com/jart/sectorlisp