Revert "Document default nix-path
value"
This reverts commit dba9173a1d
.
This commit is contained in:
parent
995bfeef3b
commit
e928c72cf9
|
@ -581,14 +581,7 @@ struct EvalSettings : Config
|
||||||
|
|
||||||
Setting<Strings> nixPath{
|
Setting<Strings> nixPath{
|
||||||
this, {}, "nix-path",
|
this, {}, "nix-path",
|
||||||
R"(
|
"List of directories to be searched for `<...>` file references."};
|
||||||
List of directories to be searched for `<...>` file references.
|
|
||||||
|
|
||||||
If [pure evaluation](#conf-pure-eval) is disabled,
|
|
||||||
this is initialised using the [`NIX_PATH`](@docroot@/command-ref/env-common.md#env-NIX_PATH)
|
|
||||||
environment variable, or, if it is unset and [restricted evaluation](#conf-restrict-eval)
|
|
||||||
is disabled, a default search path including the user's and `root`'s channels.
|
|
||||||
)"};
|
|
||||||
|
|
||||||
Setting<bool> restrictEval{
|
Setting<bool> restrictEval{
|
||||||
this, false, "restrict-eval",
|
this, false, "restrict-eval",
|
||||||
|
|
Loading…
Reference in a new issue