mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
Merge pull request #74 from pta2002/fix-dt-param
This commit is contained in:
commit
db08995cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
base-dt-params = lib.mkOption {
|
base-dt-params = lib.mkOption {
|
||||||
type = with lib.types; attrsOf (submodule rpi-config-param);
|
type = with lib.types; attrsOf (submodule dt-param);
|
||||||
default = { };
|
default = { };
|
||||||
example = {
|
example = {
|
||||||
i2c = {
|
i2c = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue