From 45e520cb87e628292008c1c05e08dad8115d701d Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 23 Jun 2023 16:38:38 +0800 Subject: [PATCH] feat: update 'Warning about Flakes' --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef39b8..7690ad0 100644 --- a/README.md +++ b/README.md @@ -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/)