nix copy: make recursive by default
This commit is contained in:
parent
b8875213dc
commit
5421ad243e
3 changed files with 16 additions and 3 deletions
|
|
@ -17,6 +17,7 @@ struct CmdCopy : StorePathsCommand
|
|||
SubstituteFlag substitute = NoSubstitute;
|
||||
|
||||
CmdCopy()
|
||||
: StorePathsCommand(true)
|
||||
{
|
||||
mkFlag(0, "from", "store-uri", "URI of the source Nix store", &srcUri);
|
||||
mkFlag(0, "to", "store-uri", "URI of the destination Nix store", &dstUri);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue