Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit db08995

Browse files
authored
Merge pull request #74 from pta2002/fix-dt-param
2 parents 9126fc5 + 50a273f commit db08995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpi/config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ in
9393
};
9494
};
9595
base-dt-params = lib.mkOption {
96-
type = with lib.types; attrsOf (submodule rpi-config-param);
96+
type = with lib.types; attrsOf (submodule dt-param);
9797
default = { };
9898
example = {
9999
i2c = {

0 commit comments

Comments
 (0)