forked from DGNum/colmena
Merge pull request #156 from emilylange/nix3-copy-substitution
This commit is contained in:
commit
c61bebae1d
1 changed files with 5 additions and 1 deletions
|
@ -273,7 +273,11 @@ impl Ssh {
|
|||
]);
|
||||
|
||||
if options.use_substitutes {
|
||||
command.arg("--substitute-on-destination");
|
||||
command.args(&[
|
||||
"--substitute-on-destination",
|
||||
// needed due to UX bug in ssh-ng://
|
||||
"--builders-use-substitutes",
|
||||
]);
|
||||
}
|
||||
|
||||
if let Some("drv") = path.extension().and_then(OsStr::to_str) {
|
||||
|
|
Loading…
Reference in a new issue