10.nixos-hardware/raspberry-pi
Jamie Magee d7514338e2 raspberry-pi: replace lib.overrideDerivation with .overrideAttrs
lib.overrideDerivation is deprecated and strips passthru attributes
(.configfile, .moduleBuildDependencies, etc.) from the kernel
derivation, which breaks downstream users expecting a standard
buildLinux output.

.overrideAttrs preserves passthru and matches every other custom
kernel in this repo.
2026-04-24 14:43:21 -07:00
..
2 raspberry-pi: add usb-storage to common modules 2026-02-28 14:01:28 -05:00
3 raspberry-pi: add usbhid to common modules 2026-02-28 14:01:28 -05:00
4 fix(raspberry-pi): Explicitly convert integers to strings 2026-04-01 20:47:00 +02:00
5 raspberry-pi/5: add macb module if netboot 2026-02-28 14:01:28 -05:00
common raspberry-pi: replace lib.overrideDerivation with .overrideAttrs 2026-04-24 14:43:21 -07:00