-
Notifications
You must be signed in to change notification settings - Fork 1
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
Test against minimum supported Nix version #29
Comments
An alternative approach might be to treat Nix like we treat Rust. Because we no longer have one global Nix requirement for all of Holonix, we could just promise not to move the Nix version on Holonix release branches unless something breaks. Then we'd do the minimum update necessary to get things working again. That's simpler for us and provides a reasonable level of stability. We can just document the Nix version our CI is using at each version. |
We should also be making sure that the setup script is installing the same Nix version as the latest stable Holochain/Holonix release |
Yes, do as docs |
We want to know when we break compatibility for older Nix versions. We should test against an older version like 2.17 before merging changes, so that we know when people are going to have issues and need to update.
The text was updated successfully, but these errors were encountered: