Merge pull request #323 from a-h/patch-1

fix: typo, function is called `nixosGenerate` not `nixos-generate`
This commit is contained in:
lassulus 2024-03-22 18:50:13 +07:00 committed by GitHub
commit 417a857dfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,7 +231,7 @@ Images can be built from that flake by running:
## Using in a Flake
`nixos-generators` can be included as a `Flake` input and provides
a `nixos-generate` function for building images as `Flake` outputs. This
a `nixosGenerate` function for building images as `Flake` outputs. This
approach pins all dependencies and allows for conveniently defining multiple
output types based on one config.