feat: update 'Warning about Flakes'

This commit is contained in:
Ryan Yin 2023-06-23 16:38:38 +08:00
parent dbd4632c76
commit 45e520cb87

View file

@ -7,7 +7,7 @@ An unofficial NixOS & Flakes :book: for beginners: https://nixos-and-flakes.this
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.
It's Flakes is one of the most significant changes the nix project has ever seen.[^1]
:warning: 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**!
@ -24,3 +24,6 @@ Thank you to [all the people](https://github.com/ryan4yin/nixos-and-flakes-book/
## License
[MIT](https://opensource.org/licenses/MIT)
[^1]: [Flakes are such an obviously good thing](https://grahamc.com/blog/flakes-are-an-obviously-good-thing/)