mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +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());
|
assert(input.isLocked());
|
||||||
|
|
||||||
auto attrs = state.buildBindings(10);
|
auto attrs = state.buildBindings(100);
|
||||||
|
|
||||||
state.mkStorePathString(storePath, attrs.alloc(state.sOutPath));
|
state.mkStorePathString(storePath, attrs.alloc(state.sOutPath));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue