From dd518fdf338617d450b911ff0d49b66941b74197 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Sun, 13 Oct 2024 11:13:55 +0200 Subject: [PATCH] technically correct Co-authored-by: Robert Hensing --- src/nix/eval.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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