> I'm investigating how easy/hard is it to generate distro-independent binaries.
I think what you're looking for is to statically link libc into your program; probaly the easiest way to do it is to use `musl-gcc` toolchain. <https://stackoverflow.com/questions/73393568/how-to-dynamically-link-your-nim-application-against-musl> should be a good starting point