-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fetch lean binary #11
Comments
I looked a bit into We need to feed the |
Building from source seems to be the preferred method. If we get more users I can contact cachix |
Why is it the preferred method? It takes forever. |
Because it builds from source and that is preferred. If you use a cache it won't take forever. I need to setup cachix |
Again I ask, why is that preferred? Currently it isn't even a preference, you must build from source every flake.lock update. I would generally prefer to use released versions so that collaboration is easier with others, even if there is a cache. |
because it reduces reliance and trust on the source of the binary Another benefit of using Nix build is that we get access to |
Can we replace the lean dependency with a binary like what rust-overlay does? This would allow us to abridge the stage 1 build and remove all the bootstrapping.
One problem I could think of is it would not expose
with pkgs.lean; [ Init Std Lean ]
The text was updated successfully, but these errors were encountered: