forked from lix-project/lix
nix copy: Build derivations
Fixes $ nix copy .#hydraJobs.vendoredCrates --to /tmp/nix error: path '/nix/store/...' is not valid
This commit is contained in:
parent
9c4e05766b
commit
9570036146
|
@ -40,6 +40,8 @@ struct CmdCopy : StorePathsCommand
|
|||
.shortName('s')
|
||||
.description("whether to try substitutes on the destination store (only supported by SSH)")
|
||||
.set(&substitute, Substitute);
|
||||
|
||||
realiseMode = Build;
|
||||
}
|
||||
|
||||
std::string description() override
|
||||
|
|
Loading…
Reference in a new issue