diff --git a/docs/development/dev-environments.md b/docs/development/dev-environments.md index ddfa23c..85b8a73 100644 --- a/docs/development/dev-environments.md +++ b/docs/development/dev-environments.md @@ -5,6 +5,7 @@ We have learned how to build development environments, but it's a bit tedious to Luckily, some people in the community have done this for us. The following repository contains development environment templates for most programming languages. Just copy and paste them: - [dev-templates](https://github.com/the-nix-way/dev-templates) +- [MordragT/nix-templates](https://github.com/MordragT/nix-templates) If you think the structure of `flake.nix` is still too complicated and want a simpler way, you can consider using the following project, diff --git a/docs/zh/development/dev-environments.md b/docs/zh/development/dev-environments.md index 8833239..06f359a 100644 --- a/docs/zh/development/dev-environments.md +++ b/docs/zh/development/dev-environments.md @@ -4,7 +4,8 @@ 幸运的是,社区已经有人为我们做好了这件事,如下这个仓库中包含了绝大多数编程语言的开发环境模板,直接复制粘贴下来就能用: -- [dev-templates](https://github.com/the-nix-way/dev-templates) +- [the-nix-way/dev-templates](https://github.com/the-nix-way/dev-templates) +- [MordragT/nix-templates](https://github.com/MordragT/nix-templates) 如果你觉得 `flake.nix` 的结构还是太复杂了,希望能有更简单的方法,也可以考虑使用下面这个项目,它对 Nix 做了更彻底的封装,对用户提供了更简单的定义: