1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

doc: note that nix eval is eager (#11670)

doc: note that `nix eval` is eager

---------

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Valentin Gagarin 2024-10-13 12:31:01 +02:00 committed by GitHub
parent 30c4f5eb51
commit de0a34a362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,8 +50,9 @@ R""(
# Description # Description
This command evaluates the given Nix expression and prints the This command evaluates the given Nix expression, and prints the result on standard output.
result on standard output.
It also evaluates any nested attribute values and list items.
# Output format # Output format