File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ struct CmdCopy : StorePathsCommand
57
57
return {
58
58
Example{
59
59
" To copy Firefox from the local store to a binary cache in file:///tmp/cache:" ,
60
- " nix copy --to file:///tmp/cache -r $(type -p firefox)"
60
+ " nix copy --to file:///tmp/cache $(type -p firefox)"
61
61
},
62
62
Example{
63
63
" To copy the entire current NixOS system closure to another machine via SSH:" ,
64
- " nix copy --to ssh://server -r /run/current-system"
64
+ " nix copy --to ssh://server /run/current-system"
65
65
},
66
66
Example{
67
67
" To copy a closure from another machine via SSH:" ,
68
- " nix copy --from ssh://server -r /nix/store/a6cnl93nk1wxnq84brbbwr6hxw9gp2w9-blender-2.79-rc2"
68
+ " nix copy --from ssh://server /nix/store/a6cnl93nk1wxnq84brbbwr6hxw9gp2w9-blender-2.79-rc2"
69
69
},
70
70
};
71
71
}
You can’t perform that action at this time.
0 commit comments