From 6c8f4002d9d2d8b79f14b0b9474f4e3c7ef8ed81 Mon Sep 17 00:00:00 2001 From: Julia Ryan Date: Wed, 21 May 2025 13:18:14 +0200 Subject: [PATCH] nix: Prevent spurious bindgen rebuilds in the devshell (#31083) Release Notes: - N/A --- nix/build.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/build.nix b/nix/build.nix index 21ff060afb..19df416a80 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -191,6 +191,8 @@ let wayland ] }"; + + NIX_OUTPATH_USED_AS_RANDOM_SEED = "norebuilds"; }; # prevent nix from removing the "unused" wayland/gpu-lib rpaths