Adding Devenv with Built-in Direnv Compatibility #120
niksingh710
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I'm not really sure what you are proposing. This repo is a template for NixOS, nix-darwin and home-manager primarily. It includes some useful tools & services, of which |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current repository seems to focus solely on activating
direnv
. Whiledirenv
is great, I’d like to suggest leveragingdevenv
as well. It's a powerful utility that simplifies the creation and management of development environments.Here are some relevant resources:
By integrating
devenv
, we can create multiple Nix flake templates tailored for common project startups. This would enable developers to quickly set up projects with pre-configureddevenv
environments, making it much easier to get started on Nix.For example:
poetry
cargo
This approach would streamline the process of setting up development environments for a wide range of use cases.
What are your thoughts on moving forward with this idea?
Beta Was this translation helpful? Give feedback.
All reactions