Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Oct 15, 2024
1 parent b5fecba commit e8c0a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit e8c0a45

Please sign in to comment.