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

18 lines
301 B
Markdown
Raw Normal View History

2023-06-25 08:13:20 -04:00
(tutorials)=
# Tutorials
These sections contains series of lessons to get started.
```{toctree}
:glob:
:maxdepth: 2
first-steps/index.md
nix-language.md
Packaging existing software <packaging-existing-software.md>
file-sets.md
2023-06-25 08:13:20 -04:00
nixos/index.md
cross-compilation.md
Module system deep dive tutorial (#645) * Draft module system introduction tutorial * add intro/conclusion, rework prose, follow styleguide, clean diffs * Review pass * Apply suggestions from code review * fix whitespace * add some more motivation the each section * make scripts downloadable * address review comments * make script actually work ...hopefully. can't test it without Google API key * add file watching yes, this looks scary, and yes, it works. * update diff and wording * more notes on potential pitfalls * be explicit which `map` we mean * split nullable from default values * also wrap the geocode script * work through the tutorial to the end * add tutorial overview * `lib` is always passed * add separate section for `evalModules` and fix link * make option strucutre more self-explanatory * explain command line invocations * add note on incomplete reference documentation * add more highlight to the `config` distinction * fix parameter passing to the `./map` script * fix typo * fix wording * link to summer of nix * add missing word * link to Google Maps API docs * more explicit requirement * use correct module system terminology * Update source/tutorials/module-system/module-system.md * Apply suggestions from code review * whitespace * module-system.md: replace comments with captions * add missing lang for code-block * Update module system title * change most headers to be about module features (#797) * change most headers to be about module features Some headers could not be made about module features, and that's a strong signal that those sections should be removed. * Apply suggestions from code review * module-system.md: Fix header casing Co-authored-by: Alexander Groleau <source@proof.construction> Co-authored-by: asymmetric <lorenzo@mailbox.org> Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-11-20 11:21:06 -05:00
module-system/module-system.md
2023-06-25 08:13:20 -04:00
```