mirror of
https://github.com/NixOS/nix.git
synced 2025-12-07 09:31:01 +01:00
* Reverse mappings for the successor and substitute mappings.
This commit is contained in:
parent
1eb4da156c
commit
d3d5e77810
6 changed files with 68 additions and 27 deletions
|
|
@ -34,9 +34,5 @@ PathSet nixExprRequisites(const Path & nePath,
|
|||
output paths are completely contained in the set `outputs'. */
|
||||
PathSet findGenerators(const PathSet & outputs);
|
||||
|
||||
/* Register a successor. */
|
||||
void registerSuccessor(const Transaction & txn,
|
||||
const Path & path1, const Path & path2);
|
||||
|
||||
|
||||
#endif /* !__NORMALISE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue