diff options
Diffstat (limited to 'src/libstore/remote-store.cc')
-rw-r--r-- | src/libstore/remote-store.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libstore/remote-store.cc b/src/libstore/remote-store.cc index ab87d9d8b16f..acabd6cf0048 100644 --- a/src/libstore/remote-store.cc +++ b/src/libstore/remote-store.cc @@ -482,6 +482,13 @@ void RemoteStore::buildPaths(const PathSet & drvPaths, BuildMode buildMode) } +BuildResult RemoteStore::buildDerivation(const Path & drvPath, const BasicDerivation & drv, + BuildMode buildMode) +{ + throw Error("not implemented"); +} + + void RemoteStore::ensurePath(const Path & path) { openConnection(); |