nix-community / yarn2nix

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

Update lockfile dependency #78

Closed nicknovitski closed 5 years ago

nicknovitski commented 5 years ago

yarn version 1.10 introduced a new field to the yarn.lock format. Old versions of this dependency did not preserve that field when serializing, leading to yarn2nix.js erroneously finding changes in, and failing for, all such lockfiles

zimbatm commented 5 years ago

thanks!