Y
Hacker News
new
|
ask
|
show
|
jobs
by
bt1a
23 days ago
i thought it mainly implied architectural/hardware compatibility and deterministic output
1 comments
aidenn0
23 days ago
Nix mostly does not guarantee deterministic output. It rather guarantees deterministic inputs, and then sandboxes the system to inhibit the build from accessing the outside world.
Deterministic inputs do not always imply deterministic outputs.
link
pabs3
23 days ago
Indeed, the Reproducible Builds community is working on fixing non-deterministic build output
https://reproducible-builds.org/
link
Deterministic inputs do not always imply deterministic outputs.