feat(3p/nix): Add QueryValidDerivers
Change-Id: I52965bdbf143ae11201e1fafed1c25b3d8f1bee9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1204 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
143ef52592
commit
b6cb681c0b
1 changed files with 4 additions and 0 deletions
4
third_party/nix/src/proto/worker.proto
vendored
4
third_party/nix/src/proto/worker.proto
vendored
|
@ -74,6 +74,10 @@ service Worker {
|
||||||
|
|
||||||
// Query which of the given paths have substitutes.
|
// Query which of the given paths have substitutes.
|
||||||
rpc QuerySubstitutablePaths(StorePaths) returns (StorePaths);
|
rpc QuerySubstitutablePaths(StorePaths) returns (StorePaths);
|
||||||
|
|
||||||
|
// Return all currently valid derivations that have the given store path as an
|
||||||
|
// output.
|
||||||
|
rpc QueryValidDerivers(StorePath) returns (StorePaths);
|
||||||
}
|
}
|
||||||
|
|
||||||
enum HashType {
|
enum HashType {
|
||||||
|
|
Loading…
Reference in a new issue