Skip to content

Commit

Permalink
docs(nix-1p): clarify wording for what is an expression
Browse files Browse the repository at this point in the history
See #19

Change-Id: Ie78eb00192b595ffa59040a4f6d311023621939a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10737
Reviewed-by: flokli <[email protected]>
Tested-by: BuildkiteCI
Autosubmit: tazjin <[email protected]>
  • Loading branch information
tazjin authored and clbot committed Feb 2, 2024
1 parent e59c973 commit 1cf10d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ Nix is:
any dependency between operations is established by depending on *data* from
previous operations.

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

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

0 comments on commit 1cf10d3

Please sign in to comment.