1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

Slightly optimize listToAttrs

This commit is contained in:
Eelco Dolstra 2013-10-28 07:34:44 +01:00
parent 36e67ff16b
commit ea6bf0c21f
3 changed files with 10 additions and 9 deletions

View file

@ -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;