mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 00:06:16 +02:00
parent
37e45dac8c
commit
389a2cebed
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Value * SourceExprCommand::getSourceExpr(EvalState & state)
|
||||||
|
|
||||||
auto searchPath = state.getSearchPath();
|
auto searchPath = state.getSearchPath();
|
||||||
|
|
||||||
state.mkAttrs(*vSourceExpr, searchPath.size() + 1);
|
state.mkAttrs(*vSourceExpr, 1024);
|
||||||
|
|
||||||
mkBool(*state.allocAttr(*vSourceExpr, sToplevel), true);
|
mkBool(*state.allocAttr(*vSourceExpr, sToplevel), true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue