nix-community / yarn2nix

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

Make the bin symlinks relative #60

Closed nightkr closed 5 years ago

nightkr commented 6 years ago

This removes the package from its own closure, allowing it to be copied to locations outside of /nix/store. For example, this avoids storing two copies of the package (with all Yarn dependencies) when building a docker image using dockerTools.