nix-community / yarn2nix

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

Fix duplication #106

Closed thatsmydoing closed 4 years ago

thatsmydoing commented 5 years ago

This primarily removes the modules as a runtime dependency of the built package. Normally, this isn't an issue, but we're using this to build docker images which we'd prefer to be as small as possible.