nix-community / yarn2nix

Generate nix expressions from a yarn.lock file [maintainer=???]
GNU General Public License v3.0
123 stars 61 forks source link

Yarn dependencies are downloaded twice,even if there are already in `node_modules` #151

Open pasqui23 opened 4 years ago

pasqui23 commented 4 years ago

In my workflow I develop,do some yarn add and then do a nix build. This way,however,the dependencies are downloaded twice:first by yarn add and then by the nix build.Isn't there a way to let the nix build access node_modules/?