Merge pull request #8522 from amjoseph-nixpkgs/pr/allowed-uris/typo

src/libexpr/eval.hh: fix typo
This commit is contained in:
John Ericson 2023-06-15 13:20:42 +02:00 committed by GitHub
commit 71e53c0c6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",