mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
src/libexpr/eval.hh: fix typo
The option name is `allowed-uris`, not `allowed-uri`.
This commit is contained in:
parent
2e47e53953
commit
098fbf6273
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ struct EvalSettings : Config
|
|||
If set to `true`, the Nix evaluator will not allow access to any
|
||||
files outside of the Nix search path (as set via the `NIX_PATH`
|
||||
environment variable or the `-I` option), or to URIs outside of
|
||||
`allowed-uri`. The default is `false`.
|
||||
`allowed-uris`. The default is `false`.
|
||||
)"};
|
||||
|
||||
Setting<bool> pureEval{this, false, "pure-eval",
|
||||
|
|
Loading…
Reference in a new issue