diff options
Diffstat (limited to 'nix/libstore/derivations.hh')
-rw-r--r-- | nix/libstore/derivations.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/libstore/derivations.hh b/nix/libstore/derivations.hh index 04b64dfc88..8d5e4d05d4 100644 --- a/nix/libstore/derivations.hh +++ b/nix/libstore/derivations.hh @@ -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); } |