1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

Add an sCurrentOutput member to EvalState

This commit is contained in:
Shea Levy 2011-09-16 11:30:44 +00:00
parent f3e410d4bf
commit ffa038f66d
2 changed files with 2 additions and 1 deletions

View file

@ -204,7 +204,7 @@ public:
SymbolTable symbols;
const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName,
sSystem, sOverrides;
sSystem, sOverrides, sCurrentOutput;
private:
SrcToStore srcToStore;