6 ms·
The idea is that as long as the downloaded source file matches the hash all inputs are deterministic and so is the build overall.
by tridentlead 6y ago
The idea is that as long as the downloaded source file matches the hash all inputs are deterministic and so is the build overall.
- scintill76 6y agoRight. More specifically, Nix itself can download files in this way, but the build scripts (in this case, the mkdir & cp part) are not allowed access so that the build is deterministic.