Merge pull request #1875 from NixOS/settings-infinite-recursion

raspberry-pi/common: fix infinite recursion when building options.json
This commit is contained in:
Sandro 2026-05-17 22:49:04 +00:00 committed by GitHub
commit 8ea1d787af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.