diff options
Diffstat (limited to 'nix/libstore/misc.hh')
-rw-r--r-- | nix/libstore/misc.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/libstore/misc.hh b/nix/libstore/misc.hh index 144cb7f457..d3e31d51f7 100644 --- a/nix/libstore/misc.hh +++ b/nix/libstore/misc.hh @@ -34,5 +34,7 @@ void queryMissing(StoreAPI & store, const PathSet & targets, bool willBuildLocally(const Derivation & drv); +bool substitutesAllowed(const Derivation & drv); + } |