hardware.deviceTree.dtboBuildExtraIncludePaths

NixOS option

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

type: list of absolute path
Default
[ ]
Example
[
  ./my_custom_include_dir_1
  ./custom_include_dir_2
]
declared in: nixos/modules/hardware/device-tree.nixView source on NixOS/nixpkgs →