Ludovic Courtès writes: Hey > "Jan (janneke) Nieuwenhuizen" skribis: > >> Stage0-posix is a skeleton for bootstrapping all of Stage0 for POSIX systems. >> On x86-linux, from the 357-byte hex0-seed binary from the bootstrap-seeds, it >> builds hex0, kaem, hex1, catm, hex2, M0, cc_x86, M1, M2, >> get_machine, (mescc-tools), and M2-Planet. >> >> * gnu/packages/commencement.scm (stage0-posix): New variable. > > [...] > > We could get rid of the remaining (assoc-ref …) expressions, along the > lines of: > > https://issues.guix.gnu.org/55227#12-lineno40 Ah yes. I have pushed the patches below to wip-full-source-bootstrap, WYDT? Is there a way yet to change things like these: (native-inputs `(("bootstrap-seeds" ,bootstrap-seeds) ,@(%boot-gash-inputs))) I didn't really find an example or way to do this. Janneke