mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 10:05:06 +03:00
Merge pull request #323 from a-h/patch-1
fix: typo, function is called `nixosGenerate` not `nixos-generate`
This commit is contained in:
commit
417a857dfb
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user