You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
Or possibly dropped altogether with the implication that the user should have installed it already? By default, just installing PureScript through generic NPM is incompatible with Nix (because of dynamic linking, hence why easy-purescript-nix exists). Users may also be getting their PureScript binary from other avenues like asdf or Docker or the OS.
I am trying to add this upstream to nixpkgs. I'm starting to ./generate.sh it, but I have a feeling it may fail because of this requirement (and even if it does work, it's kinda wasteful to download and not use the binary specifically).
The text was updated successfully, but these errors were encountered:
@toastal Also currently I haven't worked much with the non-prettier integration/standalone formatter, it's quite possible that we can improve the feature set here by providing more flags and ways of reading and writing output.
toastal
changed the title
purescript should be an optional dependency in package.jsonpurescript & spago should be an optional dependency in package.jsonAug 7, 2021
Or possibly dropped altogether with the implication that the user should have installed it already? By default, just installing PureScript through generic NPM is incompatible with Nix (because of dynamic linking, hence why
easy-purescript-nix
exists). Users may also be getting their PureScript binary from other avenues likeasdf
or Docker or the OS.I am trying to add this upstream to
nixpkgs
. I'm starting to./generate.sh
it, but I have a feeling it may fail because of this requirement (and even if it does work, it's kinda wasteful to download and not use the binary specifically).The text was updated successfully, but these errors were encountered: