nix: Prevent spurious bindgen rebuilds in the devshell (#31083)
Release Notes: - N/A
This commit is contained in:
parent
91bc5aefa4
commit
6c8f4002d9
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ let
|
||||||
wayland
|
wayland
|
||||||
]
|
]
|
||||||
}";
|
}";
|
||||||
|
|
||||||
|
NIX_OUTPATH_USED_AS_RANDOM_SEED = "norebuilds";
|
||||||
};
|
};
|
||||||
|
|
||||||
# prevent nix from removing the "unused" wayland/gpu-lib rpaths
|
# prevent nix from removing the "unused" wayland/gpu-lib rpaths
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue