We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88e6bd5 + 50a9758 commit 8ea1d78Copy full SHA for 8ea1d78
1 file changed
raspberry-pi/common/config-txt.nix
@@ -95,7 +95,7 @@ in
95
(attrsOf molecule)
96
];
97
in
98
- attrsOf molecule;
+ attrsOf molecule // { description = "config.txt setting type"; };
99
default = { };
100
description = ''
101
Structured configuration for the Raspberry Pi `config.txt` file.
0 commit comments