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

feat: query dependency closure of passed paths #1

Merged
merged 1 commit into from
Jan 23, 2023
Merged

Conversation

nrdxp
Copy link
Contributor

@nrdxp nrdxp commented Jan 23, 2023

Return uncached dependencies in a json object with mapping inputPath->uncachedDependencyOutputPaths....

Paths which do not have a known-deriver and which are expected to be built locally are filtered out to reduce the total query count.

Return uncached dependencies in a json object with mapping
`inputPath->uncachedDependencyOutputPaths...`.
@nrdxp nrdxp merged commit 3efd414 into master Jan 23, 2023
nrdxp added a commit to divnix/std that referenced this pull request Jan 23, 2023
The latest nix-uncached provides a more efficient schema which allows
us to make a single call and still query the entire dependency closure
for each path passed.

This will now capture any uncached dependencies even for derivations
which are typically built locally, such as a NixOS system.

x-ref: divnix/nix-uncached#1
nrdxp added a commit to divnix/std that referenced this pull request Jan 24, 2023
The latest nix-uncached provides a more efficient schema which allows
us to make a single call and still query the entire dependency closure
for each path passed.

This will now capture any uncached dependencies even for derivations
which are typically built locally, such as a NixOS system.

x-ref: divnix/nix-uncached#1
blaggacao pushed a commit to divnix/std that referenced this pull request Jan 24, 2023
The latest nix-uncached provides a more efficient schema which allows
us to make a single call and still query the entire dependency closure
for each path passed.

This will now capture any uncached dependencies even for derivations
which are typically built locally, such as a NixOS system.

x-ref: divnix/nix-uncached#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant