about summary refs log tree commit diff
path: root/nixpkgs/pkgs/os-specific/linux/jool/default.nix
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-06-10 12:43:05 -0700
committerAdam Joseph <adam@westernsemico.com>2023-06-10 12:44:29 -0700
commitbb6069ec20918fea1521bfb225d90e03d03ecee3 (patch)
tree4a5f72216fa614f700cf16ff6c6c73dc390d0e9f /nixpkgs/pkgs/os-specific/linux/jool/default.nix
parenta12a82e90bcbff3f6fa72fc4e708d850da7e5e8b (diff)
downloadnixlib-bb6069ec20918fea1521bfb225d90e03d03ecee3.tar
nixlib-bb6069ec20918fea1521bfb225d90e03d03ecee3.tar.gz
nixlib-bb6069ec20918fea1521bfb225d90e03d03ecee3.tar.bz2
nixlib-bb6069ec20918fea1521bfb225d90e03d03ecee3.tar.lz
nixlib-bb6069ec20918fea1521bfb225d90e03d03ecee3.tar.xz
nixlib-bb6069ec20918fea1521bfb225d90e03d03ecee3.tar.zst
nixlib-bb6069ec20918fea1521bfb225d90e03d03ecee3.zip
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.
Diffstat (limited to 'nixpkgs/pkgs/os-specific/linux/jool/default.nix')
0 files changed, 0 insertions, 0 deletions