mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02: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:
parent
30c4f5eb51
commit
de0a34a362
1 changed files with 3 additions and 2 deletions
|
@ -50,8 +50,9 @@ R""(
|
|||
|
||||
# Description
|
||||
|
||||
This command evaluates the given Nix expression and prints the
|
||||
result on standard output.
|
||||
This command evaluates the given Nix expression, and prints the result on standard output.
|
||||
|
||||
It also evaluates any nested attribute values and list items.
|
||||
|
||||
# Output format
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue