- cross-posted to:
- linux@lemmy.world
- linux@lemmy.ml
- fedora@lemmy.ml
- cross-posted to:
- linux@lemmy.world
- linux@lemmy.ml
- fedora@lemmy.ml
You must log in or register to comment.
Isn’t that like NixOS?
“given the same source code, build environment and build instructions, any party can recreate bit-by-bit identical copies of all specified artifacts”
NixOS does not guarantee bit-by-bit identical results. NixOS hashes the inputs and provides a reproducible build environment but this does not necessarily mean the artifacts are identical.
E.g. if a build somehow includes a timestamp, each build will have a different checksum.
Neither does fedora
given the same source code, build environment and build instructions, any party can recreate bit-by-bit identical copies of all specified artifacts
That’s how Fedora defines it. I’m not sure of Nix OS meets this but I think Nix and Fedora have two very different use cases.