forked from lix-project/lix
allow-arbitrary-code-during-evaluation -> allow-unsafe-native-code-during-evaluation
This commit is contained in:
parent
d7be6d45d9
commit
8504e7d604
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue