diff options
-rw-r--r-- | third_party/nix/src/libstore/remote-store.hh | 2 |
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 03fbbf000c5f..927d0833541f 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; |