1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00

nix copy: Add --out-link

This commit is contained in:
Eelco Dolstra 2024-10-08 16:35:53 +02:00
parent 43ad8c5eb2
commit 7f6d006beb
7 changed files with 66 additions and 25 deletions

View file

@ -86,6 +86,8 @@ struct BuiltPathWithResult
std::optional<BuildResult> result;
};
BuiltPaths toBuiltPaths(const std::vector<BuiltPathWithResult> & builtPathsWithResult);
/**
* Shorthand, for less typing and helping us keep the choice of
* collection in sync.