Skip to content

Commit 1cf10d3

Browse files
tazjinclbot
authored and
clbot
committed
docs(nix-1p): clarify wording for what is an expression
See #19 Change-Id: Ie78eb00192b595ffa59040a4f6d311023621939a Reviewed-on: https://cl.tvl.fyi/c/depot/+/10737 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
1 parent e59c973 commit 1cf10d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ Nix is:
5050
any dependency between operations is established by depending on *data* from
5151
previous operations.
5252

53-
Everything in Nix is an expression, meaning that every directive returns
54-
some kind of data.
53+
Any valid piece of Nix code is an *expression* that returns a value.
5554

5655
Evaluating a Nix expression *yields a single data structure*, it does not
5756
execute a sequence of operations.

0 commit comments

Comments
 (0)