nix: set hardcoded NIX_OUTPATH_USED_AS_RANDOM_SEED for bindgen

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-03 12:05:01 -04:00 committed by June
parent b66d2d44d0
commit 05314ec46c

View file

@ -89,6 +89,9 @@ craneLib.buildPackage ( commonAttrs // {
# This is redundant with CI
doCheck = false;
# https://crane.dev/faq/rebuilds-bindgen.html
NIX_OUTPATH_USED_AS_RANDOM_SEED = "aaaaaaaaaa";
env = buildPackageEnv;
passthru = {