-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix expressions #161
Comments
Does A large hammer solution could be a Cachix cache with permissions for CI to push to it that users can |
it would be better to use actual npm published artifacts for purs-tidy if possible and i do not want to use cachix in this project. anything requiring a build cache is against what i want out of this project |
Understandable. #163 covers |
easy-purescript-nix/default.nix
Line 119 in 5716cd7
somewhere in this body causes all of the derivations to be built it seems, which isn't that slow because we do not allow derivations that try to build from source (this was explained a long time ago by me and can be read in the README)
however, i still do not like wasting disk space and time to build derivations for shit i never want to use
these should be fixed at some point to facilitate nix being able to lazily evaluate instead of having to build all of the derivations.
The text was updated successfully, but these errors were encountered: