aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-01-06 12:39:14 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-01-06 12:39:14 -0500
commit848b0832b57dbd71dda97fc431ac9e57c7c9935e (patch)
treef15df5d5a9ef093f7c68eb2fbe34ab5b91c885a6 /src/libexpr
parent85ceaadbfd9cc02164cccbc300dafe9b5810088a (diff)
parent9cfa78e58a92b4bf034867bc1296a200bdc3f12a (diff)
Merge branch 'path-info' into ca-drv-exotic
Diffstat (limited to 'src/libexpr')
-rw-r--r--src/libexpr/primops/fetchTree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops/fetchTree.cc b/src/libexpr/primops/fetchTree.cc
index 4181f0b7d..560a086f0 100644
--- a/src/libexpr/primops/fetchTree.cc
+++ b/src/libexpr/primops/fetchTree.cc
@@ -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)) {