MyNixOS website logo
option

hardware.deviceTree.dtboBuildExtraIncludePaths

Additional include paths that will be passed to the preprocessor when creating the final .dts to compile into .dtbo.

Declarations
Type
list of path
Default
[ ]
Example
[
  ./my_custom_include_dir_1
  ./custom_include_dir_2
]