mirror of
https://github.com/NixOS/nix
synced 2025-07-06 05:01:48 +02:00
parent
c129fc6ee8
commit
855699855f
2 changed files with 1 additions and 4 deletions
|
@ -324,10 +324,8 @@ Roots LocalStore::findRootsNoTemp()
|
|||
{
|
||||
Roots roots;
|
||||
|
||||
/* Process direct roots in {gcroots,manifests,profiles}. */
|
||||
/* Process direct roots in {gcroots,profiles}. */
|
||||
findRoots(stateDir + "/" + gcRootsDir, DT_UNKNOWN, roots);
|
||||
if (pathExists(stateDir + "/manifests"))
|
||||
findRoots(stateDir + "/manifests", DT_UNKNOWN, roots);
|
||||
findRoots(stateDir + "/profiles", DT_UNKNOWN, roots);
|
||||
|
||||
/* Add additional roots returned by the program specified by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue