1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Export outputPaths function

This is useful for the new hydra-queue-runner.
This commit is contained in:
Eelco Dolstra 2015-06-10 16:17:06 +02:00
parent f90e9b65d6
commit b65875f859
3 changed files with 12 additions and 11 deletions

View file

@ -89,5 +89,6 @@ Path makeDrvPathWithOutputs(const Path & drvPath, const std::set<string> & outpu
bool wantOutput(const string & output, const std::set<string> & wanted);
PathSet outputPaths(const Derivation & drv);
}