We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target_host
build_host
1 parent 54671be commit 610e1e8Copy full SHA for 610e1e8
pkgs/by-name/ni/nixos-rebuild-ng/src/nixos_rebuild/nix.py
@@ -224,7 +224,7 @@ def nix_copy(to_host: Remote, from_host: Remote) -> None:
224
)
225
226
match (to_host, from_host):
227
- case (None, None):
+ case (x, y) if x == y:
228
return
229
case (Remote(_) as host, None) | (None, Remote(_) as host):
230
nix_copy_closure(host, to=bool(to_host))
0 commit comments