about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--third_party/nix/src/libstore/remote-store.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libstore/remote-store.hh b/third_party/nix/src/libstore/remote-store.hh
index 03fbbf000c..927d083354 100644
--- a/third_party/nix/src/libstore/remote-store.hh
+++ b/third_party/nix/src/libstore/remote-store.hh
@@ -143,7 +143,7 @@ class UDSRemoteStore : public LocalFSStore, public RemoteStore {
 
   std::string getUri() override;
 
-  bool sameMachine() { return true; }
+  bool sameMachine() override { return true; }
 
  private:
   ref<RemoteStore::Connection> openConnection() override;