about summary refs log tree commit diff
path: root/src/libstore/globals.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-06-27T09·20+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-06-27T09·20+0200
commit8504e7d60488cb12dd2597734ebd1d3cadf5d153 (patch)
tree5cf1d81ac3c4cd8bd6e3b6c125a812546cbb2d42 /src/libstore/globals.cc
parentd7be6d45d97e89653b77686bdb39b833afbcf6ca (diff)
allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-evaluation
Diffstat (limited to 'src/libstore/globals.cc')
-rw-r--r--src/libstore/globals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc
index 5d359e12811f..8bffdd73f7f7 100644
--- a/src/libstore/globals.cc
+++ b/src/libstore/globals.cc
@@ -149,7 +149,7 @@ void Settings::update()
     get(sshSubstituterHosts, "ssh-substituter-hosts");
     get(useSshSubstituter, "use-ssh-substituter");
     get(logServers, "log-servers");
-    get(enableImportNative, "allow-arbitrary-code-during-evaluation");
+    get(enableImportNative, "allow-unsafe-native-code-during-evaluation");
 
     string subs = getEnv("NIX_SUBSTITUTERS", "default");
     if (subs == "default") {