mirror of
https://github.com/NixOS/nix.git
synced 2025-02-19 18:32:36 +00:00
fetchTree: allow larger output attrsets
Intentionally dumb change ahead of architectural improvements.
This commit is contained in:
parent
ce6d58a97c
commit
1c6bb609af
@ -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 New Issue
Block a user