feat: add MordragT/nix-templates

This commit is contained in:
Ryan Yin 2023-08-15 16:53:27 +08:00
parent 85c8bf256f
commit 5d1e195427
2 changed files with 3 additions and 1 deletions

View File

@ -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: 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) - [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, If you think the structure of `flake.nix` is still too complicated and want a simpler way,
you can consider using the following project, you can consider using the following project,

View File

@ -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 做了更彻底的封装,对用户提供了更简单的定义: 如果你觉得 `flake.nix` 的结构还是太复杂了,希望能有更简单的方法,也可以考虑使用下面这个项目,它对 Nix 做了更彻底的封装,对用户提供了更简单的定义: