mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-10 06:44:14 +00:00
feat: update 'Warning about Flakes'
This commit is contained in:
parent
dbd4632c76
commit
45e520cb87
1 changed files with 4 additions and 1 deletions
|
@ -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 it’s 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/)
|
||||
|
|
Loading…
Reference in a new issue