Include wording suggestions

Co-authored-by: Lassulus <github@lassul.us>
This commit is contained in:
mayl 2023-02-04 18:40:56 -05:00 committed by GitHub
parent 1e20769d71
commit 8d3d0d0cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,8 +162,7 @@ Custom formats can be defined by building a format module (see the
[formats](./formats) directory for examples) and passing it to `nixosGenerate`
via an the `customFormats` argument. `customFormats` should be in the form of
an attribute sets of the form `<format name> = <format module>` and can define
multiple custom formats. `nixosGenerate` will then match against the given
`format` against these custom formats as well as the built in ones.
multiple custom formats. `nixosGenerate` will then match against these custom formats as well as the built in ones.
```nix
{