1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 20:20:58 +01:00

Before giving all store-state-runtime-paths a unique hash storepath

This commit is contained in:
Wouter den Breejen 2007-06-14 14:16:53 +00:00
parent df43c1e5b9
commit 5e59387d40
3 changed files with 40 additions and 12 deletions

View file

@ -185,7 +185,7 @@ void addStateDeriver(const Transaction & txn, const Path & storePath, const Path
PathSet mergeNewDerivationIntoList(const Path & storepath, const Path & newdrv, const PathSet drvs, bool deleteDrvs = false);
/* TODO */
PathSet getStateReferencesClosure_(const Path & drvpath, PathSet & paths);
//PathSet getStateReferencesClosure_(const Path & drvpath, PathSet & paths);
}