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

`buildFromNixStore` cannot find dependency files #30

Closed justinlovinger closed 4 years ago

justinlovinger commented 4 years ago

${spagoPkgs.buildFromNixStore}/bin/build-from-store results in errors like purs compile: No files found using pattern: "/nix/store/dfai8v0s2g2f8vqichv6d42g0qfk7637-prelude/src/**/*.purs".

Also, on a related note, the readme says to run scripts like ${spagoPkgs.buildFromNixStore}, which is wrong.