justinwoo / psc-package2nix

Tool to derive a Nix expression from a psc-package.json configuration.
MIT License
13 stars 0 forks source link

fix potential issue with install phase by symlinking instead #26

Closed justinwoo closed 5 years ago

justinwoo commented 5 years ago

no need to duplicate files when we can symlink them either, and avoids some random issues with permissions in install phase.