Skip to content

Commit

Permalink
fix: typo, function is called nixosGenerate not nixos-generate
Browse files Browse the repository at this point in the history
Fixes #267
  • Loading branch information
a-h authored Mar 22, 2024
1 parent bf351a2 commit abe1d24
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 abe1d24

Please sign in to comment.