same statement for both laziness notes

This commit is contained in:
Valentin Gagarin 2022-10-19 11:30:04 +02:00 committed by Robert Hensing
parent 8009e92f82
commit 53a71b0666

View File

@ -175,7 +175,7 @@ $ nix-instantiate --eval
:::
:::{note}
The Nix language uses lazy evaluation, and `nix-instantiate` by default does not compute everything.
The Nix language uses lazy evaluation, and `nix-instantiate` by default only computes values when needed.
Some examples show a fully evaluated data structure for clarity.
If your output does not match the example, try adding the `--strict` option to `nix-instantiate`.