rename config.hardware.dts.includes -> includePaths
(1) it's a better name (2) I want to use `includes` to specify dtsi files
This commit is contained in:
@@ -105,7 +105,7 @@ in
|
||||
dtb = liminix.builders.dtb {
|
||||
inherit (config.boot) commandLine;
|
||||
dts = config.hardware.dts.src;
|
||||
includes = config.hardware.dts.includes ++ [
|
||||
includes = config.hardware.dts.includePaths ++ [
|
||||
"${o.kernel.headers}/include"
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user