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 144cb7f457cd..d3e31d51f72c 100644 --- a/src/libstore/misc.hh +++ b/src/libstore/misc.hh @@ -34,5 +34,7 @@ void queryMissing(StoreAPI & store, const PathSet & targets, bool willBuildLocally(const Derivation & drv); +bool substitutesAllowed(const Derivation & drv); + } |