feat: add link - flakes intro in nix.dev

This commit is contained in:
Ryan Yin 2024-03-16 13:52:35 +08:00
parent c6075ef55f
commit 7b4545c3f6
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Overall, I strongly recommend everyone to use Flakes, especially since this book
I won't go into too much detail here, please refer to the following documents:
- [Flakes - nix.dev](https://nix.dev/concepts/flakes)
- [Nix Flakes, Part 1: An introduction and tutorial (Eelco Dolstra, 2020)](https://www.tweag.io/blog/2020-05-25-flakes/)
- [Nix Flakes, Part 2: Evaluation caching (Eelco Dolstra, 2020)](https://www.tweag.io/blog/2020-06-25-eval-cache/)
- [Nix Flakes, Part 3: Managing NixOS systems (Eelco Dolstra, 2020)](https://www.tweag.io/blog/2020-07-31-nixos-flakes/)

View File

@ -30,6 +30,7 @@ Flakes 带来的好处是显而易见的,整个 NixOS 社区都很喜欢它,
我就不多介绍了,请直接参考如下文档:
- [Flakes - nix.dev](https://nix.dev/concepts/flakes)
- [Nix Flakes, Part 1: An introduction and tutorial (Eelco Dolstra, 2020)](https://www.tweag.io/blog/2020-05-25-flakes/)
- [Nix Flakes, Part 2: Evaluation caching (Eelco Dolstra, 2020)](https://www.tweag.io/blog/2020-06-25-eval-cache/)
- [Nix Flakes, Part 3: Managing NixOS systems (Eelco Dolstra, 2020)](https://www.tweag.io/blog/2020-07-31-nixos-flakes/)