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:
parent
8032f26ca0
commit
b2235d81d1
2 changed files with 21 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue