forked from lix-project/lix
Merge "docs: mention importNative/exec in allow-unsafe-native-code-during-evaluation" into main
This commit is contained in:
commit
93b7edfd07
|
@ -14,8 +14,11 @@ struct EvalSettings : Config
|
||||||
|
|
||||||
static std::string resolvePseudoUrl(std::string_view url);
|
static std::string resolvePseudoUrl(std::string_view url);
|
||||||
|
|
||||||
Setting<bool> enableNativeCode{this, false, "allow-unsafe-native-code-during-evaluation",
|
Setting<bool> enableNativeCode{this, false, "allow-unsafe-native-code-during-evaluation", R"(
|
||||||
"Whether builtin functions that allow executing native code should be enabled."};
|
Whether builtin functions that allow executing native code should be enabled.
|
||||||
|
|
||||||
|
In particular, this adds the `importNative` and `exec` builtins.
|
||||||
|
)"};
|
||||||
|
|
||||||
Setting<Strings> nixPath{
|
Setting<Strings> nixPath{
|
||||||
this, getDefaultNixPath(), "nix-path",
|
this, getDefaultNixPath(), "nix-path",
|
||||||
|
|
Loading…
Reference in a new issue