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

tutorial -> guide

This commit is contained in:
Valentin Gagarin 2022-08-15 16:50:47 +02:00
parent c0ca352c83
commit 4273dc987f

View file

@ -16,7 +16,7 @@ Using the Nix language in practice entails multiple things:
- ecosystem-specific packaging mechanisms: `buildGoModule`, `buildPythonApplication`, ... - ecosystem-specific packaging mechanisms: `buildGoModule`, `buildPythonApplication`, ...
- NixOS module system: `config`, `option`, ... - NixOS module system: `config`, `option`, ...
This tutorial will *only* cover syntax and semantics, and guide you to resources for learning the other components. This guide *only* covers syntax and semantics, and will guide you to resources for learning the other components.
## What will you learn? ## What will you learn?