Skip to content

Commit 8ea1d78

Browse files
Merge pull request #1875 from NixOS/settings-infinite-recursion
raspberry-pi/common: fix infinite recursion when building options.json
2 parents 88e6bd5 + 50a9758 commit 8ea1d78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

raspberry-pi/common/config-txt.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ in
9595
(attrsOf molecule)
9696
];
9797
in
98-
attrsOf molecule;
98+
attrsOf molecule // { description = "config.txt setting type"; };
9999
default = { };
100100
description = ''
101101
Structured configuration for the Raspberry Pi `config.txt` file.

0 commit comments

Comments
 (0)