🛠️ ❤️ 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-23 16:55:45 +08:00
.github feat: migrate from github pages to vercel 2023-06-23 16:55:45 +08:00
docs feat: set up the vitepress development environment and project skeleton 2023-06-23 16:15:31 +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: update 'Warning about Flakes' 2023-06-23 16:38:38 +08:00

NixOS & Flakes Book 🛠️ ❤️

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

Warning about 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.

It's Flakes is one of the most significant changes the nix project has ever seen.1

⚠️ But Flakes is still an experimental feature, there are still many problems with it, and 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 use it at your own risk!

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