We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59c973 commit 1cf10d3Copy full SHA for 1cf10d3
README.md
@@ -50,8 +50,7 @@ Nix is:
50
any dependency between operations is established by depending on *data* from
51
previous operations.
52
53
- Everything in Nix is an expression, meaning that every directive returns
54
- some kind of data.
+ Any valid piece of Nix code is an *expression* that returns a value.
55
56
Evaluating a Nix expression *yields a single data structure*, it does not
57
execute a sequence of operations.
0 commit comments