cachix / devenv

Fast, Declarative, Reproducible, and Composable Developer Environments
https://devenv.sh
Apache License 2.0
3.61k stars 262 forks source link

Fix: sync nodejs versions #1202

Closed soundofspace closed 2 weeks ago

soundofspace commented 2 weeks ago

This fixes yarn using a different nodejs version (partially solves https://github.com/cachix/devenv/issues/637). This doesn't work if yarn pkg is a nodePackage. Pnpm also has the same problem since it's a nodePackage, not sure how to fix that, seems to use the first node version that is installed.