diff options
author | Matthew Bauer <mjbauer95@gmail.com> | 2020-07-02 11:14:04 -0400 |
---|---|---|
committer | Matthew Bauer <mjbauer95@gmail.com> | 2020-07-02 11:14:04 -0400 |
commit | fc2ab42e86e0b75250a666eeb5e25705a2ab83ef (patch) | |
tree | fc884cb1f6521f9f5a20843d6ce4dac1416fb2dd /src/libstore/build.cc | |
parent | d2e8b9ff0e8048d7b3914811b2d4bd535feac49d (diff) | |
parent | a5b6e870fe9fb5ebf462c19963588d62f56d0f21 (diff) |
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Diffstat (limited to 'src/libstore/build.cc')
-rw-r--r-- | src/libstore/build.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc index 12e4b6c3b..55fc43cfb 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -2753,8 +2753,8 @@ struct RestrictedStore : public LocalFSStore void queryReferrers(const StorePath & path, StorePathSet & referrers) override { } - StorePathSet queryDerivationOutputs(const StorePath & path) override - { throw Error("queryDerivationOutputs"); } + OutputPathMap queryDerivationOutputMap(const StorePath & path) override + { throw Error("queryDerivationOutputMap"); } std::optional<StorePath> queryPathFromHashPart(const std::string & hashPart) override { throw Error("queryPathFromHashPart"); } |