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
(The singler-user installation workaround I'm doing there doesn't seem to work well and it looks like it might be removed from the macOS setup soon anyway, so I'd be glad to switch back to using install-nix-action directly when this issue is solved)
The goal was to install arbitrary Nix master versions, so I suppose this will be covered by NixOS/nix#4549. Just for the record, the main advantage of using tarballs directly is that the only dependency is Nix Hydra, but with the downside that you have to find the correct URL per platform.
In contrast to the install script, tarballs can be sourced directly from Hydra: https://github.com/leanprover/lean4/blob/e8b58abffcf2eadc436435cf6e6733827d818ed6/.github/workflows/nix-ci.yml#L34-L44
The text was updated successfully, but these errors were encountered: