diff --git a/src/nix/eval.md b/src/nix/eval.md index e1489c868..ffa9316d6 100644 --- a/src/nix/eval.md +++ b/src/nix/eval.md @@ -50,7 +50,7 @@ R""( # Description -This command eagerly evaluates the given Nix expression and prints the result on standard output. +This command also evaluates any nested attribute values and list items, and prints the result on standard output. # Output format