Hi all,
mongodb is not in the binary cache and it’s too heavy to build on my PC. So I want to copy it from another PC where it’s already built.
But I’m getting this error message:
$ nix copy --from ssh://myuser@myhost /nix/store/6dib2b6342aw408x82q7yg08bf16pr93-mongo-4.4.25/
# got a typo here: ^^^^^
error: path '/nix/store/6dib2b6342aw408x82q7yg08bf16pr93-mongo-4.4.25' is required, but there is no substituter that can build it
SSH access work and on the host the path exists in the nix store:
$ ls /nix/store/6dib2b6342aw408x82q7yg08bf16pr93-mongodb-4.4.25/
bin lib LICENSE-Community.txt MPL-2 README THIRD-PARTY-NOTICES
Also, this used to work a week ago. Don’t know what changed since when.
Any ideas?