fetchTree: allow larger output attrsets

Intentionally dumb change ahead of architectural improvements.
This commit is contained in:
Robert Hensing 2023-11-28 00:41:01 +01:00
parent ce6d58a97c
commit 1c6bb609af
1 changed files with 1 additions and 1 deletions

View File

@ -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));