fix(system): fix copying closures between remotes#174
fix(system): fix copying closures between remotes#174water-sucks merged 1 commit intonix-community:mainfrom
Conversation
Sporif
commented
Feb 10, 2026
- Fix incorrect source address when copying closures between remotes
- Avoid copying closure when remotes have the same address (see NixOS/nixpkgs@610e1e8d)
- Fix incorrect source address when copying closures between remotes - Avoid copying closure when remotes have the same address (see NixOS/nixpkgs@610e1e8d)
|
I'm unsure whether to use |
For most systems, I would imagine this assumption is correct, since most users are running SSH on the same user@address:port everywhere for their targets. However, I can definitely think of a few scenarios where this would not be the case; one being a reverse proxy with multiple SSH ports exposed that each lead to different hosts. So I think it's best to take a conservative approach and use the whole host string with |
|
Ok, then at least from my side this is fine to merge. |
water-sucks
left a comment
There was a problem hiding this comment.
Did some rudimentary testing, seems good to me!