nixos-and-flakes-book/docs/development/dev-environments.md

12 lines
671 B
Markdown
Raw Normal View History

2023-06-30 11:00:03 +02:00
# Dev Environments
2023-06-27 04:53:11 +02:00
We have learned how to build development environments, but it's a bit tedious to write `flake.nix` for each project.
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)
If you think the structure of `flake.nix` is still too complicated and want a simpler way, you can also consider using the following project, which encapsulates Nix more thoroughly and provides users with a simpler definition:
- [cachix/devenv](https://github.com/cachix/devenv)