mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-23 06:26:15 +02:00
fetchTree: allow larger output attrsets
Intentionally dumb change ahead of architectural improvements.
This commit is contained in:
parent
ce6d58a97c
commit
1c6bb609af
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue