raspberry-pi/common: fix infinite recursion when building options.json

This commit is contained in:
Sandro Jäckel 2026-05-14 23:59:22 +02:00
parent 9bd7c80d43
commit 50a9758cc0
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -95,7 +95,7 @@ in
(attrsOf molecule)
];
in
attrsOf molecule;
attrsOf molecule // { description = "config.txt setting type"; };
default = { };
description = ''
Structured configuration for the Raspberry Pi `config.txt` file.