Skip to content

Commit

Permalink
Merge pull request #323 from a-h/patch-1
Browse files Browse the repository at this point in the history
fix: typo, function is called `nixosGenerate` not `nixos-generate`
  • Loading branch information
Lassulus authored Mar 22, 2024
2 parents bf351a2 + abe1d24 commit 417a857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 417a857

Please sign in to comment.