nix-community / yarn2nix

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

Extra yarn flags #21

Closed manveru closed 7 years ago

manveru commented 7 years ago

This allows you to pass extraYarnFlags = ["--production"] to build a production derivation.

manveru commented 7 years ago

It's based on pkgConfig, so that should be merged first and I'll rebase after. https://github.com/moretea/yarn2nix/pull/21/commits/97613847471071f8c851c66c515c84d2a9d68b8d is the commit that has the flags.

manveru commented 7 years ago

This will fix https://github.com/moretea/yarn2nix/issues/17

zimbatm commented 7 years ago

@moretea do you mind adding manveru and me as committers on the repo?