Skip to content

Commit 6255e44

Browse files
Nix language tutorial: mention if/else (#1082)
1 parent c116a16 commit 6255e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/tutorials/nix-language.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ It therefore shows the most common and distinguishing patterns in the Nix langua
6060

6161
:::{important}
6262
This tutorial *does not* explain all Nix language features in detail and *does not* go into specifics of syntactical rules.
63+
For instance, we skip over commonplace constructs such as `if ... then ... else ...`.
6364

6465
See the [Nix manual][manual-language] for a full language reference.
6566
:::

0 commit comments

Comments
 (0)