This blog post explains binplz.dev
, and how it never came to be.
binplz.dev
is a service a few friends and I tried to put together that would allow you easily download any statically-linked binary from Nixpkgs. It would give you the ability to do the following from any Linux distro:
$ curl binplz.dev/tree > tree
$ chmod +x ./tree
$ ./tree --version
tree v1.8.0 (c) 1996 - 2018 by Steve Baker, ...
We never ended up getting this service to a point where it was production ready. The blog post goes into what sort of problems we ran into.
I’m hoping that sharing this experience gets someone’s interest enough to try to create something similar.