justinwoo / spago2nix

Generate a derivation of (old) Spago dependencies, and use them to install them into the directory structure used by Spago.
MIT License
42 stars 23 forks source link

Update Example in README.md #14

Closed m-bock closed 5 years ago

m-bock commented 5 years ago

To me it looks like spago2nix build builds your own source plus libraries. And ${spagoPkgs.buildSpagoStyle} builds only your libraries if not given an entry point. But correct me if I miss something here.