Fix readDir example
Fixes https://github.com/NixOS/nixos-homepage/issues/46.
This commit is contained in:
parent
e12cf82782
commit
ce97523a7c
|
@ -716,7 +716,7 @@ in config.someSetting</programlisting>
|
|||
./A</literal> will return the set
|
||||
|
||||
<programlisting>
|
||||
{ A = "regular"; B = "directory"; }</programlisting>
|
||||
{ B = "regular"; C = "directory"; }</programlisting>
|
||||
|
||||
The possible values for the file type are
|
||||
<literal>"regular"</literal>, <literal>"directory"</literal>,
|
||||
|
|
Loading…
Reference in a new issue