mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01: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