mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Slightly optimize listToAttrs
This commit is contained in:
parent
36e67ff16b
commit
ea6bf0c21f
3 changed files with 10 additions and 9 deletions
|
@ -93,7 +93,7 @@ class EvalState
|
|||
public:
|
||||
SymbolTable symbols;
|
||||
|
||||
const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName,
|
||||
const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, sValue,
|
||||
sSystem, sOverrides, sOutputs, sOutputName, sIgnoreNulls;
|
||||
Symbol sDerivationNix;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue