Only add the importNative primop if the allow-arbitrary-code-during-evaluation option is true (default false)

This commit is contained in:
Shea Levy 2014-06-24 10:50:03 -04:00
parent 5cd022d6c0
commit d62f46e500
3 changed files with 7 additions and 1 deletions

View file

@ -200,6 +200,9 @@ struct Settings {
/* A list of URL prefixes that can return Nix build logs. */
Strings logServers;
/* Whether the importNative primop should be enabled */
bool enableImportNative;
private:
SettingsMap settings, overrides;