Aux Foundational Packages

Here is a separate set of packages all built starting from a single 357 byte binary seed. Everything else is built from source, working all the way up to gcc. The project does not depend on NixPkgs. The only dependency is the lib experiment in the same repository.

Note that only i686-linux packages are available here, cross compilation is left as future work for anyone interested.

And a huge thanks to @emilytrau for her work on the minimal-bootstrap packages in NixPkgs as well as her help and advice while I have been getting this set up.

22 Likes

That sounds really cool! How is it different from what Nixpkgs does? How are those differences more or less desirable in what circumstances?

I’d love to read a blog-post-length explanation of how this works and what problem it solves.

2 Likes

The 357-byte binary seed appears to be the same as the one the Guix project uses. More information at Guix’s blog post:

4 Likes

Linking the progress on Nixpkgs for reference:

cc @emilytrau .

4 Likes