|
|
|
|
|
by Foxboron
1329 days ago
|
|
It's not. It's marketing. The focus of Nix is reproducability in the same wain as docker: Same dependencies for the same behavior. They can't guarantee bit-for-bit reproducability any more then your average distribution. Arch Linux has a rebuilder setup and you can safely reproduce between 85% and 89% of the repository packages. Nix has never done such a thing, and would be far away from any comparable numbers. |
|
Nix is 99.77% reproducible, so come on. It’s not marketing, nix just properly solves the problem for the first time ever.
Guix is another example, it is more into “bootstrappability” though, so packages can be built from source all the way down to a few kilobyte C-subset compiler written in assembly. Very cool!