diff --git a/third_party/nix/src/libstore/remote-store.hh b/third_party/nix/src/libstore/remote-store.hh index 03fbbf000..927d08335 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 openConnection() override;