nix-community / yarn2nix

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

Workspace dependencies are not deduplicated, causing ln errors for dependency diamonds #90

Closed nightkr closed 5 years ago

nightkr commented 5 years ago

Basically, the following setup fails because it's trying to link in package-three twice:

package-one --> package-two --> package-three
        \--------------------------^