1
1
Fork 0
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:
Eelco Dolstra 2003-10-10 14:46:28 +00:00
parent 1eb4da156c
commit d3d5e77810
6 changed files with 68 additions and 27 deletions

View file

@ -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 */