Welcome to the source repository for thenix.guide.
The Nix Guide is a comprehensive resource for learning about Nix, NixOS, and the Nix ecosystem. It aims to provide clear explanations, practical tutorials, and best practices for users of all skill levels - at least how I understand them.
The documentation content is located in src/content/docs. We are continuously working on expanding this guide, so expect many more sections and deep dives to be added in the future.
All commands are run from the root of the project:
| Command | Action |
|---|---|
pnpm install |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:4321 |
pnpm run build |
Builds the production site to ./dist/ |
pnpm run preview |
Previews the build locally |
pnpm run astro ... |
Runs Astro CLI commands |
Check out the documentation in src/content/docs to see the current progress and topics covered.