Merge pull request #74 from pta2002/fix-dt-param

This commit is contained in:
Travis Staton 2024-10-20 17:47:36 -04:00 committed by GitHub
commit db08995cd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ in
};
};
base-dt-params = lib.mkOption {
type = with lib.types; attrsOf (submodule rpi-config-param);
type = with lib.types; attrsOf (submodule dt-param);
default = { };
example = {
i2c = {