nixos/deviceTree: fix description

hardware.deviceTree.base points to a path, not a package (and also if of
types.path)

It defaults to ${config.boot.kernelPackages.kernel}/dtbs.
This commit is contained in:
Florian Klink 2020-06-21 10:25:52 +02:00
parent a4de542abe
commit 43424688db

View file

@ -22,7 +22,7 @@ in {
example = literalExample "pkgs.device-tree_rpi";
type = types.path;
description = ''
The package containing the base device-tree (.dtb) to boot. Contains
The path containing the base device-tree (.dtb) to boot. Contains
device trees bundled with the Linux kernel by default.
'';
};