nix-community / yarn2nix

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

attribute yarn from documentation missing #43

Closed qknight closed 7 years ago

qknight commented 7 years ago

the README.md states:

cd $GIT_REPO
nix-env -i yarn2nix -f .
nix-env -i yarn -f .

but there is no yarn attribute in default.nix so it fails....

zimbatm commented 7 years ago

yarn is now taken directly from nixpkgs so you can nix-env -i yarn without the -f . bit. nonetheless #44 should fix the installation instructions.

qknight commented 7 years ago

cool!