aboutsummaryrefslogtreecommitdiff
path: root/src/store.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.hh')
-rw-r--r--src/store.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/store.hh b/src/store.hh
index b2cdc41f1..d1f1be668 100644
--- a/src/store.hh
+++ b/src/store.hh
@@ -35,7 +35,8 @@ bool queryPathId(const string & path, FSId & id);
substitute (since when we build the substitute, we would first try
to expand the id... kaboom!). */
string expandId(const FSId & id, const string & target = "",
- const string & prefix = "/", FSIdSet pending = FSIdSet());
+ const string & prefix = "/", FSIdSet pending = FSIdSet(),
+ bool ignoreSubstitutes = false);
/* Copy a file to the nixStore directory and register it in dbRefs.
Return the hash code of the value. */