nixpkgs/pkgs/development/compilers/dtc
Adam Joseph bb6069ec20 dtc: fix overrides: use finalAttrs, not rec
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.
2023-06-10 12:44:29 -07:00
..
default.nix dtc: fix overrides: use finalAttrs, not rec 2023-06-10 12:44:29 -07:00