···22# This should ensure that it is deterministic across rebuilds of the same
33# derivation and not easily collide with other builds.
44# We also truncate the hash so that it cannot cause reference cycles.
55-export NIX_CFLAGS_COMPILE+=" -frandom-seed=$(
55+NIX_CFLAGS_COMPILE="${NIX_CFLAGS_COMPILE:-} -frandom-seed=$(
66 outbase="${out##*/}"
77 randomseed="${outbase:0:10}"
88 echo $randomseed
99)"
1010+export NIX_CFLAGS_COMPILE