mirror of
https://github.com/NixOS/nix.git
synced 2025-11-30 14:10:59 +01:00
nix-expr: Add primops to EvalSettings
(cherry picked from commit 3c4c0953e0)
This commit is contained in:
parent
a8749a412f
commit
4642570e79
5 changed files with 30 additions and 3 deletions
|
|
@ -353,7 +353,7 @@ EvalState::EvalState(
|
|||
#include "fetchurl.nix.gen.hh"
|
||||
);
|
||||
|
||||
createBaseEnv();
|
||||
createBaseEnv(settings);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue