|
Nix 2.31.2
Nix, the purely functional package manager; unstable internal interfaces
|


Classes | |
| struct | Connection |
Public Types | |
| using | Config = SSHStoreConfig |
Public Member Functions | |
| SSHStore (ref< const Config > config) | |
| std::optional< std::string > | getBuildLogExact (const StorePath &path) override |
Public Attributes | |
| ref< const Config > | config |
Protected Member Functions | |
| ref< RemoteStore::Connection > | openConnection () override |
| void | setOptions (RemoteStore::Connection &conn) override |
Protected Attributes | |
| std::vector< std::string > | extraRemoteProgramArgs |
| SSHMaster | master |