typo: tanslator -> translator

This commit is contained in:
Arnout Engelen 2022-02-04 16:38:14 +01:00 committed by GitHub
parent 57c7f5b948
commit 6427775e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,5 +172,5 @@ Potery uses `pyproject.toml` and `poetry.lock` to lock dependencies
- the python builder will read all information from "subsystem" and translate the data to a final derivation.
Notes on IFD, FOD and code generation:
- No matter which type of tanslator is used, it is always possible to export the generic lock to a file, which can later be evaluated without using IFD or FOD, similar to current nix code generators, just with a standardized format.
- No matter which type of translator is used, it is always possible to export the generic lock to a file, which can later be evaluated without using IFD or FOD, similar to current nix code generators, just with a standardized format.
- If the translator supports IFD or is written in pure nix, it is optional to the user to skip exporting the generic lock and instead evaluate everything on the fly.