Skip to main content

Module resolve

Module resolve 

Source

Structs§

Candidate
A package found in a particular source with its version.
PromptResult
Result of an interactive resolution prompt.
ResolveResult
Full result of resolve(), including whether all sources were checked.

Enums§

Resolution
The resolution outcome.
Source
Where a package was found.

Functions§

prompt_resolution
Display the resolution to the user and return the chosen source. Returns None if the user cancels. When versions_equal is true, offers an “always use nix” option.
resolve_with_sources
Resolve a package using only the enabled sources for the active provider policy.