svanderburg / composer2nix

Generate Nix expressions to build PHP composer packages
MIT License
88 stars 25 forks source link

Use nixpkgs' phpPackages.composer #4

Closed mvnetbiz closed 6 years ago

mvnetbiz commented 6 years ago

I don't know if there's a specific reason you have your own definition for composer or if nixpkgs just didn't have one until more recently, but if that's the only reason why it seems like a good idea to de-duplicate code. Nixpkgs' composer is also at 1.6.5. I don't know if a version mismatch could occur but I could add override on it to keep it there for composer2nix.

mvnetbiz commented 6 years ago

I was thinking it would be nice to have composer2nix in nixpkgs. Is it too unstable at this point to make efforts at merging a nix expression for it now?