![]() Prior to this commit, dtc was accessing its own derivation attributes via `rec`. This means that ``` overrideAttrs (_: { doCheck = ..; }) ``` will produce inconsistent behavior, with part of the derivation seeing the old value and part seeing the new value. finalAttrs is the preferred way to do this. Let's switch to that. |
||
---|---|---|
.. | ||
default.nix |