mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Merge branch 'nix-community:master' into master
This commit is contained in:
commit
2bc1245c93
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