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 22 forks source link

Add warning about Spago commands to readme #22

Closed thomashoneyman closed 4 years ago

thomashoneyman commented 4 years ago

When using this project I ran into some trouble trying to bundle my project. I wasn't aware of Spago's --no-install and --no-build flags, so I kept getting the following error:

spago: security: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory)

This PR mentions how to bundle your project after using the installSpagoStyle etc. scripts using Spago. It may be too much information, and in that case I can trim things down to only focus on not using Spago's build or installation commands without these flags.

justinwoo commented 4 years ago

Cool, thanks