From 50a273f172d275e9feb4e9cb6295ea6bfeda9a18 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sat, 19 Oct 2024 16:07:01 +0100 Subject: [PATCH] allow empty base dtparams --- rpi/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/config.nix b/rpi/config.nix index 125cb13..f48ba60 100644 --- a/rpi/config.nix +++ b/rpi/config.nix @@ -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 = {