1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-03 14:31:46 +02:00

* Sync with trunk.

This commit is contained in:
Eelco Dolstra 2010-05-16 17:16:00 +00:00
commit 32539e41d5
2 changed files with 21 additions and 3 deletions

View file

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