feat: update references in README

This commit is contained in:
Ryan Yin 2023-06-23 17:01:21 +08:00
parent ba3c5e5491
commit 9cc4ece151

View File

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