mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
Bugfix: Before adjusting registerValidPath to also be able to take state paths
This commit is contained in:
parent
22473597ec
commit
04dd3fdf34
10 changed files with 137 additions and 78 deletions
|
|
@ -152,17 +152,5 @@ PathSet scanForReferences(const string & path, const PathSet & paths)
|
|||
return found;
|
||||
}
|
||||
|
||||
/* A wrapper for now, but we may extend */
|
||||
PathSet scanForStateReferences(const string & path, const PathSet & statePaths)
|
||||
{
|
||||
return scanForReferences(path, statePaths);
|
||||
}
|
||||
|
||||
PathSet scanForALLReferences(const string & path)
|
||||
{
|
||||
PathSet p;
|
||||
throw Error("TODO");
|
||||
return p;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue