|
|
|
|
|
by kaba0
1329 days ago
|
|
This is literally linked in a reply to you: https://r13y.com/ 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! |
|
You haven't read r13y properly.
>1733 out of 1737 (99.77%) paths in the nixos.iso_minimal.x86_64-linux installation image are reproducible!
600 packages becomes 1737 paths which are the inputs used to generate the image. Several of the compared paths are just static files which doesn't change, so the "path to package" comparison doesn't work either.
EDIT: An example set of stuff it attempts to compare can be found here:
https://paste.xinu.at/TmVM0y5FBDWX/
Taken from the build here: https://buildkite.com/grahamc/r13y-dot-com/builds/1149#01813... They have not solved the problem.