The following works:
nix-copy-closure --to eu.nixbuild.net
nix copy --to ssh-ng://eu.nixbuild.net
nix copy --from ssh-ng://eu.nixbuild.net
The following does not work:
nix-copy-closure --from eu.nixbuild.net
nix copy --from ssh://eu.nixbuild.net
So, you can copy both to and from nixbuild.net but you have to select the right combination of commands and protocols. We should fix this so all combinations work.
The following works:
nix-copy-closure --to eu.nixbuild.netnix copy --to ssh-ng://eu.nixbuild.netnix copy --from ssh-ng://eu.nixbuild.netThe following does not work:
nix-copy-closure --from eu.nixbuild.netnix copy --from ssh://eu.nixbuild.netSo, you can copy both to and from nixbuild.net but you have to select the right combination of commands and protocols. We should fix this so all combinations work.