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

* Restore the __overrides feature that was lost somewhere in the

fast-eval branch.
This commit is contained in:
Eelco Dolstra 2010-05-15 08:10:12 +00:00
parent 8032f26ca0
commit b2235d81d1
2 changed files with 21 additions and 3 deletions

View file

@ -181,7 +181,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;