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
Dan Baker c682c68bde
Add first lesson for the new module tutorials. (#982)
* Add first lesson for the new module tutorials, and cut redundant parts from the deep dive


Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-05-23 08:39:28 +00:00

19 lines
358 B
Markdown

(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>
Package parameters and overrides <callpackage.md>
working-with-local-files.md
nixos/index.md
cross-compilation.md
module-system/index.md
```