nix: set hardcoded NIX_OUTPATH_USED_AS_RANDOM_SEED for bindgen
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b66d2d44d0
commit
05314ec46c
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue