|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| void | closeWrite () override |
| Public Member Functions inherited from nix::RemoteStore::Connection | |
| operator WorkerProto::ReadConn () | |
| operator WorkerProto::WriteConn () | |
| std::exception_ptr | processStderr (Sink *sink=0, Source *source=0, bool flush=true) |
Public Attributes | |
| std::unique_ptr< SSH::Connection > | sshConn |
| Public Attributes inherited from nix::RemoteStore::Connection | |
| FdSink | to |
| FdSource | from |
| WorkerProto::Version | daemonVersion |
| std::optional< TrustedFlag > | remoteTrustsUs |
| std::optional< std::string > | daemonNixVersion |
| std::chrono::time_point< std::chrono::steady_clock > | startTime |
|
inlineoverridevirtual |
Implements nix::RemoteStore::Connection.