Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stdenv: trim random seed to avoid reference cycles
Using the full store hash as the random seed occasionally caused reference cycles when the invocation was stored in output artifacts. For example, cross-compiled gcc was failing due to this: https://hydra.nixos.org/eval/1631713#tabs-now-fail Simply truncating the hash is sufficient to avoid this.
- Loading branch information