diff options
Diffstat (limited to 'src/libstore/misc.hh')
-rw-r--r-- | src/libstore/misc.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/misc.hh b/src/libstore/misc.hh index b4bd9ed8a49f..6f90ebe5e442 100644 --- a/src/libstore/misc.hh +++ b/src/libstore/misc.hh @@ -32,5 +32,7 @@ void queryMissing(StoreAPI & store, const PathSet & targets, PathSet & willBuild, PathSet & willSubstitute, PathSet & unknown, unsigned long long & downloadSize, unsigned long long & narSize); +bool willBuildLocally(Derivation & drv); + } |