Merge branch 'fix/addPermRoot' of https://github.com/helsinki-systems/hydra
This commit is contained in:
@ -211,7 +211,7 @@ static void worker(
|
||||
if (gcRootsDir != "" && localStore) {
|
||||
Path root = gcRootsDir + "/" + std::string(baseNameOf(drvPath));
|
||||
if (!pathExists(root))
|
||||
localStore->addPermRoot(localStore->parseStorePath(drvPath), root, false);
|
||||
localStore->addPermRoot(localStore->parseStorePath(drvPath), root);
|
||||
}
|
||||
|
||||
nlohmann::json out;
|
||||
|
Reference in New Issue
Block a user