mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Fix SSHStore
This commit is contained in:
parent
b134546f08
commit
80f0b8d307
3 changed files with 6 additions and 3 deletions
|
@ -14,6 +14,9 @@ struct SSHStoreConfig : virtual RemoteStoreConfig, virtual CommonSSHStoreConfig
|
|||
using RemoteStoreConfig::RemoteStoreConfig;
|
||||
using CommonSSHStoreConfig::CommonSSHStoreConfig;
|
||||
|
||||
const Setting<Path> remoteProgram{(StoreConfig*) this, "nix-daemon", "remote-program",
|
||||
"Path to the `nix-daemon` executable on the remote machine."};
|
||||
|
||||
const std::string name() override { return "Experimental SSH Store"; }
|
||||
|
||||
std::string doc() override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue