further improve docs

This commit is contained in:
jacekpoz 2024-09-12 19:49:37 +02:00
parent 9ee29045d0
commit d88b5c9ef6
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -54,7 +54,7 @@ it accepts 2 arguments:
- `entries` - a list of all entry files to be processed
- `templates` - a list of all template files to be applied
and returns a string containing a shell script that applies the templates to the entries
and returns a string containing a shell script that outputs the processed entries into files
when passing the engine function to the main derivation, only provide it with the source directory:
```nix