Merge branch 'path-info' into ca-drv-exotic

This commit is contained in:
John Ericson
2023-01-06 12:39:14 -05:00
13 changed files with 38 additions and 30 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ static void fetch(EvalState & state, const PosIdx pos, Value * * args, Value & v
.method = unpack ? FileIngestionMethod::Recursive : FileIngestionMethod::Flat,
.hash = *expectedHash,
},
{}
.references = {}
});
if (state.store->isValidPath(expectedPath)) {