diff options
author | tomberek <tomberek@users.noreply.github.com> | 2022-01-28 10:18:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 10:18:29 -0500 |
commit | 2bf96bd9f299885b38cafa460a06c77f0c296dfe (patch) | |
tree | ea5509fce38534d28d13984d1171385a9dc9a122 /src/libstore/local-store.hh | |
parent | 73e82ae954be991858053df2a6b7323fe3a82c36 (diff) | |
parent | 4bf6af7b555033de5c1d6851edb60a91940d43c3 (diff) |
Merge branch 'master' into bundler_drv
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 6d867d778..8cf9c68b3 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -211,6 +211,8 @@ public: void queryRealisationUncached(const DrvOutput&, Callback<std::shared_ptr<const Realisation>> callback) noexcept override; + std::optional<std::string> getVersion() override; + private: int getSchema(); |