We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to install documentation, the "Advanced (declaratively without flakes)" way to install devenv is:
{ environment.systemPackages = [ (import (fetchTarball https://github.com/cachix/devenv/archive/v0.5.1.tar.gz)).default ]; }
I'm wondering why devenv is not in nixpkgs? This would make updates automatic instead of relying on users to regularly change their configuration.
The text was updated successfully, but these errors were encountered:
Putting devenv to nixpkgs is tricky, because we have a lot of Nix code that would have to be copied to nixpkgs.
Since it's in rapid development it wouldn't make sense to maintain it there, so for now this is the best way to handle it.
Sorry, something went wrong.
Very good. Feel free to close the issue now or keep it for later.
I've been thinking about this, most likely we can solve this by implementing #117, so that devenv becomes a very thin wrapper.
NixOS/nixpkgs#297714 done!
No branches or pull requests
According to install documentation, the "Advanced (declaratively without flakes)" way to install devenv is:
I'm wondering why devenv is not in nixpkgs? This would make updates automatic instead of relying on users to regularly change their configuration.
The text was updated successfully, but these errors were encountered: