I don't have pkgs.unstable that's just pkgs for me
This commit is contained in:
parent
34514c67b6
commit
0ab21551a1
|
@ -45,7 +45,7 @@
|
|||
enable = true;
|
||||
|
||||
# use the devicetree files from the official raspberrypi linux tree
|
||||
dtbSource = pkgs.unstable.device-tree_rpi.override {inherit raspberrypifw;};
|
||||
dtbSource = pkgs.device-tree_rpi.override {inherit raspberrypifw;};
|
||||
filter = "bcm2711-rpi-4-b.dtb"; # only apply overlays on the one devicetree I actually need
|
||||
name = "broadcom/bcm2711-rpi-4-b.dtb"; # use and load the correct rpi4b devicetree
|
||||
|
||||
|
|
Loading…
Reference in a new issue