aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.hh
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2022-01-28 10:18:29 -0500
committerGitHub <noreply@github.com>2022-01-28 10:18:29 -0500
commit2bf96bd9f299885b38cafa460a06c77f0c296dfe (patch)
treeea5509fce38534d28d13984d1171385a9dc9a122 /src/libstore/local-store.hh
parent73e82ae954be991858053df2a6b7323fe3a82c36 (diff)
parent4bf6af7b555033de5c1d6851edb60a91940d43c3 (diff)
Merge branch 'master' into bundler_drv
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r--src/libstore/local-store.hh2
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();