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

libraries are not just functions

Co-authored-by: Silvan Mosberger <github@infinisil.com>
This commit is contained in:
Valentin Gagarin 2022-09-10 00:54:48 +02:00
parent 55eb91bd9e
commit e5260f3d6d

View file

@ -36,7 +36,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 guide only covers language syntax and semantics**, briefly discusses function libraries, and at the end will direct you to resources on the other components. **This guide only covers language syntax and semantics**, briefly discusses libraries, and at the end will direct you to resources on the other components.
### What will you learn? ### What will you learn?