1. Summary (Required)
What is the enhancement?
this patches flake.nix with rust overlay 1.87
2. Problem Statement (Required)
Why is this needed?
we have a rust semver dependency breakage.. and rust version 1.85 used by holonix for holochain 0.5x
no longer supports some core dependencies
3. Dependencies (Required)
Does this depend on other issues or features?
yes everyone will experience build problems so applies to all issues
4. Proposed Solution (Required)
How would you solve it?
the immediate solution is to upgrade 1.85 to 1.87 with rust overlays in nix flake file
the near future solution will be to upgrade holochain to 0.6x
5. Scope and Impact (Required)
What does this impact?
to make the fix for your personal builds upgrade from main if this is merged
or manually copy the flake in the PR branch from this issue
then do :
- nix flake update
- nix develop
(within you OS shell environment)
6. Testing Considerations (Required)
How will this enhancement be tested?
by trying to build either the host or tests
7. Definition of Done (Required)
When is this enhancement complete?
when you files build and run
1. Summary (Required)
What is the enhancement?
this patches flake.nix with rust overlay 1.87
2. Problem Statement (Required)
Why is this needed?
we have a rust semver dependency breakage.. and rust version 1.85 used by holonix for holochain 0.5x
no longer supports some core dependencies
3. Dependencies (Required)
Does this depend on other issues or features?
yes everyone will experience build problems so applies to all issues
4. Proposed Solution (Required)
How would you solve it?
the immediate solution is to upgrade 1.85 to 1.87 with rust overlays in nix flake file
the near future solution will be to upgrade holochain to 0.6x
5. Scope and Impact (Required)
What does this impact?
to make the fix for your personal builds upgrade from main if this is merged
or manually copy the flake in the PR branch from this issue
then do :
(within you OS shell environment)
6. Testing Considerations (Required)
How will this enhancement be tested?
by trying to build either the host or tests
7. Definition of Done (Required)
When is this enhancement complete?
when you files build and run