No description
Find a file
2023-07-16 13:27:57 +08:00
.github fix: page title 2023-06-30 17:05:24 +08:00
docs feat: add todo - testing 2023-07-16 13:27:57 +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: bump vitepress's version to v1.0.0-beta.5 2023-07-08 13:54:19 +08:00
pnpm-lock.yaml feat: bump vitepress's version to v1.0.0-beta.5 2023-07-08 13:54:19 +08:00
README.md fix: typo 2023-07-09 17:32:32 +08:00
vercel.json fix: enable cleanUrls 2023-06-30 15:29:38 +08:00

NixOS & Flakes Book 🛠️ ❤️

Want to know NixOS & Flakes in detail? Looking for a beginner-friendly tutorial? Then you've come to the right place!

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

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

Feedback and Discussion

Want to discuss the content of this book? Have any questions? Please feel free to open an issue or join the discussion on GitHub Discussions.

Historical feedback and discussion:

中文反馈与相关讨论:

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

A Word of Caution about Flakes

The benefits of Flakes are evident, and the entire NixOS community has embraced it wholeheartedly. Currently, more than half of the users utilize Flakes3, providing assurance that Flakes will not be deprecated.

⚠️ However, it's important to note that Flakes is still an experimental feature. Some issues persist, and there is a possibility of introducing breaking changes during the stabilization process. The extent of these breaking changes remains uncertain.

Overall, I strongly recommend everyone to use Flakes, especially since this book revolves around NixOS and Flakes. However, it's crucial to be prepared for potential problems that may arise due to forthcoming 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