1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

clarify outline

This commit is contained in:
Valentin Gagarin 2022-08-15 18:00:03 +02:00
parent ca66ac9a6a
commit 67b5187a30

View file

@ -28,8 +28,8 @@ It shows the most common and distingushing patterns in the Nix language:
- declaring and calling functions - declaring and calling functions
- referencing file system paths - referencing file system paths
- working with character strings - working with character strings
- using built-in functions and the standard library - built-in functions and the standard library
- declaring build inputs and build outputs - using build inputs and build results
It *does not* explain all Nix language features in detail. It *does not* explain all Nix language features in detail.
See the [Nix manual][manual-language] for a full language reference. See the [Nix manual][manual-language] for a full language reference.