mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-25 02:11:02 +01:00
raspberry-pi."4": fix build error with poe-hat, because of incompatibility with
compute module Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
aa85ea337b
commit
5febaab6bd
3 changed files with 5 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.deviceTree.filter = "bcm2711-rpi-*.dtb";
|
||||
hardware.deviceTree.filter = lib.mkDefault "bcm2711-rpi-*.dtb";
|
||||
|
||||
|
||||
assertions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue