feat: minor updates

This commit is contained in:
Ryan Yin 2023-06-23 23:45:36 +08:00
parent a2d35c5d18
commit ea8d7edc52
3 changed files with 5 additions and 5 deletions

View File

@ -15,9 +15,9 @@ Flakes is one of the most significant changes the nix project has ever seen.[^2]
The benefits of Flakes are obvious, and the entire NixOS community likes it very much. Currently, more than half of the users are using Flakes[^3], so we're pretty sure that Flakes will never be deprecated.
: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.
:warning: But **Flakes is still an experimental feature**, there are still many problems with it, 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 overall, I still recommend everyone to use Flakes, this book is also written around NixOS and Flakes, but please be prepared for the problems that may be caused by the upcomming breaking changes.
So overall, I still recommend everyone to use Flakes, this book is also written around NixOS and Flakes after all, but please be prepared for the problems that may be caused by the upcomming breaking changes.
## Contribution

View File

@ -202,7 +202,7 @@ export default defineConfig({
link: "/zh/nixos-with-flakes/nixos-with-flakes-enabled.md",
},
{
text: "开始使用 Home Manager",
text: "安装使用 Home Manager",
link: "/zh/nixos-with-flakes/start-using-home-manager.md",
},
{

View File

@ -9,9 +9,9 @@ Flakes is one of the most significant changes the nix project has ever seen.[^2]
The benefits of Flakes are obvious, and the entire NixOS community likes it very much. Currently, more than half of the users are using Flakes[^3], so we're pretty sure that Flakes will never be deprecated.
: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.
:warning: But **Flakes is still an experimental feature**, there are still many problems with it, 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 overall, I still recommend everyone to use Flakes, this book is also written around NixOS and Flakes, but please be prepared for the problems that may be caused by the upcomming breaking changes.
So overall, I still recommend everyone to use Flakes, this book is also written around NixOS and Flakes after all, but please be prepared for the problems that may be caused by the upcomming breaking changes.