mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* Fix builtins.
This commit is contained in:
parent
81de12bc8f
commit
267dc693d2
4 changed files with 30 additions and 28 deletions
|
@ -231,6 +231,15 @@ private:
|
|||
values. */
|
||||
Env & baseEnv;
|
||||
|
||||
unsigned int baseEnvDispl;
|
||||
|
||||
public:
|
||||
|
||||
/* The same, but used during parsing to resolve variables. */
|
||||
StaticEnv staticBaseEnv; // !!! should be private
|
||||
|
||||
private:
|
||||
|
||||
void createBaseEnv();
|
||||
|
||||
void addConstant(const string & name, Value & v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue