From 8504e7d60488cb12dd2597734ebd1d3cadf5d153 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 27 Jun 2014 11:20:16 +0200 Subject: [PATCH] allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-evaluation --- src/libstore/globals.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc index 5d359e128..8bffdd73f 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") {