🛠️ ❤️ Want to know NixOS & Flakes in detail? Looking for a beginner-friendly tutorial? Then you've come to the right place! 想要学习使用 NixOS 与 Flakes 吗?在寻找一份新手友好的教程?那你可来对地方了!
Go to file
2023-06-24 00:25:52 +08:00
.github feat: disable github pages 2023-06-23 21:22:07 +08:00
docs fix: broken url 2023-06-24 00:25:52 +08:00
.gitignore feat: set up the vitepress development environment and project skeleton 2023-06-23 16:15:31 +08:00
flake.lock feat: set up the vitepress development environment and project skeleton 2023-06-23 16:15:31 +08:00
flake.nix feat: set up the vitepress development environment and project skeleton 2023-06-23 16:15:31 +08:00
LICENSE Initial commit 2023-06-22 23:59:01 -06:00
package.json feat: set up the vitepress development environment and project skeleton 2023-06-23 16:15:31 +08:00
pnpm-lock.yaml feat: set up the vitepress development environment and project skeleton 2023-06-23 16:15:31 +08:00
README.md feat: minor updates 2023-06-23 23:49:18 +08:00

NixOS & Flakes Book 🛠️ ❤️

An unofficial NixOS & Flakes 📖 for beginners: https://nixos-and-flakes.thiscute.world

中文版: https://nixos-and-flakes.thiscute.world/zh/

Introduction to Flakes

The flakes experimental feature is a major development for Nix, it introduces a policy for managing dependencies between Nix expressions, it improves reproducibility, composability and usability in the Nix ecosystem. Although it's still an experimental feature, flakes have been widely used by the Nix community.1

Flakes is one of the most significant changes the nix project has ever seen.2

Warning about Flakes

The benefits of Flakes are obvious, and the entire NixOS community likes it very much. Currently, more than half of the users are using Flakes3, so we're pretty sure that Flakes will never be deprecated.

⚠️ But Flakes is still an experimental feature, there are still many problems with it, it is likely to introduce some breaking changes in the process of stablizing it, and its uncertain how greatly the breaking changes will be.

So overall, I still recommend everyone to use Flakes, this book is also written around NixOS and Flakes after all, but please be prepared for the problems that may be caused by the upcomming breaking changes.

Contribution

A real community, however, exists only when its members interact in a meaningful way that deepens their understanding of each other and leads to learning.

If you find something which doesn't make sense, or something doesn't seem right, please make a pull request and please add valid and well-reasoned explanations about your changes or comments.

Before adding a pull request, please see the contributing guidelines.

Thank you to all the people who already contributed to this project!

License

MIT