Skip to content

Commit

Permalink
fetchTree: allow larger output attrsets
Browse files Browse the repository at this point in the history
Intentionally dumb change ahead of architectural improvements.
  • Loading branch information
roberth committed Dec 11, 2023
1 parent c25a987 commit a5f5744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/primops/fetchTree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void emitTreeAttrs(
{
assert(input.isLocked());

auto attrs = state.buildBindings(10);
auto attrs = state.buildBindings(100);

state.mkStorePathString(storePath, attrs.alloc(state.sOutPath));

Expand Down

0 comments on commit a5f5744

Please sign in to comment.