mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
adjusted to: void computeFSClosure(const Path & path, PathSet & paths, const bool & withComponents, const bool & withState, bool flipDirection)
This commit is contained in:
parent
7eb2f61797
commit
c370c9f535
11 changed files with 37 additions and 62 deletions
|
|
@ -175,7 +175,7 @@ PathSet getAllStateDerivationsRecursively(const Path & storePath)
|
|||
{
|
||||
//Get recursively all state paths
|
||||
PathSet statePaths;
|
||||
store->storePathStateRequisitesOnly(storePath, false, statePaths);
|
||||
store->storePathRequisites(storePath, false, statePaths, false, true);
|
||||
|
||||
//Find the matching drv with the statePath
|
||||
PathSet derivations;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue