mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
libexpr: Optimize prim_derivationStrict by using more symbol comparisons
This commit is contained in:
parent
0845cdf944
commit
7e0360504d
3 changed files with 15 additions and 10 deletions
|
@ -69,7 +69,8 @@ public:
|
|||
const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, sValue,
|
||||
sSystem, sOverrides, sOutputs, sOutputName, sIgnoreNulls,
|
||||
sFile, sLine, sColumn, sFunctor, sToString,
|
||||
sRight, sWrong, sStructuredAttrs, sBuilder;
|
||||
sRight, sWrong, sStructuredAttrs, sBuilder, sArgs,
|
||||
sOutputHash, sOutputHashAlgo, sOutputHashMode;
|
||||
Symbol sDerivationNix;
|
||||
|
||||
/* If set, force copying files to the Nix store even if they
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue