From f3089bfee10bdb6673a3917d8563752e680b8a50 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Wed, 13 Nov 2024 09:24:41 +0100 Subject: [PATCH] Nix language tutorial: mention if/else --- source/tutorials/nix-language.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tutorials/nix-language.md b/source/tutorials/nix-language.md index 779821200..fbba43b6b 100644 --- a/source/tutorials/nix-language.md +++ b/source/tutorials/nix-language.md @@ -60,6 +60,7 @@ It therefore shows the most common and distinguishing patterns in the Nix langua :::{important} This tutorial *does not* explain all Nix language features in detail and *does not* go into specifics of syntactical rules. +For instance, we skip over commonplace constructs such as `if ... then ... else ...`. See the [Nix manual][manual-language] for a full language reference. :::