Julian Stecklina wrote:
I'm trying to build Coreboot with Nix [1] and am facing some issues. I'm wondering whether someone has already tried this before and can give some pointers.
I don't think so.
My specific problem is how to nicely package the toolchain that coreboot requires.
Any hints are appreciated. :)
How does Nix deal with other cross-toolchains? That's essentially what the coreboot toolchain is, so maybe you can find inspiration there.
//Peter