diff --git a/util.nu b/util.nu index d8d52bbd..8e196103 100644 --- a/util.nu +++ b/util.nu @@ -63,7 +63,8 @@ export def d [ from json | $in.0.outputs.out) - nix copy --substitute-on-destination --to $'ssh://($per_node_addr)' $out_path + # --substitute-on-destination + nix copy --to $'ssh://($per_node_addr)' $out_path log info "copy closure complete"; return [$per, $per_node_addr, $out_path];