-
-
Notifications
You must be signed in to change notification settings - Fork 17.7k
Closed
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.9.needs: community feedbackThis needs feedback from more community members.This needs feedback from more community members.9.needs: documentationThis needs to be documented well.This needs to be documented well.9.needs: package (new)This needs a new package to be addedThis needs a new package to be added
Description
Facebook recently published yarn, a package manager that behaves like Bundler and Cargo by having a lock file that describes the exact versions of all transitive dependencies.
I investigated the yarn.lock format, and was pleasantly surprised that it actually contains both direct download links to (and SHA1 hashes of) the .tgz files that make up packages.
I'm very much open to merge this with @svanderburg's node2nix, but I'm not sure that that's appropriate.
Progress
- Get yarn into nixpkgs (yarn: init at 0.17.8 #20635)
- Finish implementing yarn2nix
aneeshusa, zimbatm, sengaya, offlinehacker, phanimahesh and 5 more
Metadata
Metadata
Assignees
Labels
0.kind: enhancementAdd something new or improve an existing system.Add something new or improve an existing system.9.needs: community feedbackThis needs feedback from more community members.This needs feedback from more community members.9.needs: documentationThis needs to be documented well.This needs to be documented well.9.needs: package (new)This needs a new package to be addedThis needs a new package to be added