show you how I did it!
Nix, but this time for real
More nix usage. I still want to do dynamic linking — a debug build of futile sits at >400MB right now. Stripping helps, a lot (so would compressing debug info), and release builds are smaller, especially with opt-level = "s", this is probably more on the C libraries I statically link against