diff options
-rw-r--r-- | third_party/nix/src/libexpr/eval.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/nix/src/libexpr/eval.hh b/third_party/nix/src/libexpr/eval.hh index 3a0ad8e1263f..199253bc451b 100644 --- a/third_party/nix/src/libexpr/eval.hh +++ b/third_party/nix/src/libexpr/eval.hh @@ -331,11 +331,6 @@ struct InvalidPathError : EvalError { }; struct EvalSettings : Config { - Setting<bool> enableNativeCode{this, false, - "allow-unsafe-native-code-during-evaluation", - "Whether builtin functions that allow " - "executing native code should be enabled."}; - Setting<bool> restrictEval{ this, false, "restrict-eval", "Whether to restrict file system access to paths in $NIX_PATH, " |