mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
nix-expr: Add primops to EvalSettings
This commit is contained in:
parent
9b0f455609
commit
3c4c0953e0
5 changed files with 30 additions and 3 deletions
|
@ -633,7 +633,7 @@ private:
|
|||
|
||||
unsigned int baseEnvDispl = 0;
|
||||
|
||||
void createBaseEnv();
|
||||
void createBaseEnv(const EvalSettings & settings);
|
||||
|
||||
Value * addConstant(const std::string & name, Value & v, Constant info);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue