Skip to content
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

[nix] Fix StorePathsAreInStore #2104

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

mikeland73
Copy link
Contributor

Summary

Addresses issue introduced in

#2076
and
#2098

Basically we have 2 different uses cases when looking up store paths. Sometimes we want all store paths (whether installed or not) and in other cases we only want paths that are in local store. This change fixes that and adds some testing.

How was it tested?

unit tests, manual integration test by installing a package that was not in local store.

@mikeland73 mikeland73 requested review from gcurtis and savil May 30, 2024 18:58
@mikeland73 mikeland73 merged commit b95f4cd into main May 30, 2024
24 checks passed
@mikeland73 mikeland73 deleted the landau/fix-missing-store-paths branch May 30, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants