deploy-rs
deploy-rs copied to clipboard
Choosing copy mode
There is a bug https://github.com/NixOS/nix/issues/7359
It's impossible to deploy with --remote-build, because it fails with error Too many root sets. I think there should be option to specifiy which protocol to use.
ssh_opts = ["-o", "ProxyCommand=none"] partially solved it for me
@MrFoxPro is this still an issue as the upstream issue seems to be solved?