1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 15:02:42 +01:00

nix-expr: Add primops to EvalSettings

(cherry picked from commit 3c4c0953e0)
This commit is contained in:
Robert Hensing 2025-03-26 08:55:44 +00:00 committed by Mergify
parent a8749a412f
commit 4642570e79
5 changed files with 30 additions and 3 deletions

View file

@ -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);