mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-26 22:10:26 +00:00
feat: add badage
This commit is contained in:
parent
8bf89e019d
commit
65fda41cc0
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ The flakes experimental feature is a major development for Nix, it introduces a
|
|||
|
||||
Flakes is one of the most significant changes the nix project has ever seen.[^2]
|
||||
|
||||
## A Word of Caution about Flakes
|
||||
## A Word of Caution about Flakes <Badge type="danger" text="caution" />
|
||||
|
||||
The benefits of Flakes are evident, and the entire NixOS community has embraced it wholeheartedly. Currently, more than half of the users utilize Flakes[^3], providing assurance that Flakes will not be deprecated.
|
||||
|
||||
|
|
|
@ -5,11 +5,11 @@ Flakes 实验特性是 Nix 项目的一项重大进展,它引入了一种管
|
|||
|
||||
Flakes 特性是 Nix 项目中最有意义的变化之一。[^2]
|
||||
|
||||
## 注意事项
|
||||
## 注意事项 <Badge type="danger" text="caution" />
|
||||
|
||||
Flakes 带来的好处是显而易见的,整个 NixOS 社区都很喜欢它,目前超过半数的用户已经在大量使用 Flakes[^3],因此我们可以相当确定 Flakes 不会被废弃。
|
||||
|
||||
但是 Flakes 目前仍然存在一些问题,因此在将它推向稳定的过程中,Nix 可能会引入一些不兼容的改动,这个改动的大小目前还无法确定。
|
||||
:warning:但是 Flakes 目前仍然存在一些问题,因此在将它推向稳定的过程中,Nix 可能会引入一些不兼容的改动,这个改动的大小目前还无法确定。
|
||||
|
||||
总的来说,我仍然推荐大家使用 Flakes,毕竟这本书本身也是围绕 NixOS 与 Flakes 编写的,但是也要做好准备——未来可能需要解决一些不兼容变更带来的问题。
|
||||
|
||||
|
|
Loading…
Reference in a new issue