Merge pull request #1875 from NixOS/settings-infinite-recursion
raspberry-pi/common: fix infinite recursion when building options.json
This commit is contained in:
commit
8ea1d787af
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue