diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-06-15 04:58:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 04:58:07 +0200 |
commit | b7d47e1d22e7ce2785487d325cc3dd35a43f16b5 (patch) | |
tree | d97368557a5ef68c730a024f6703fc0c9107783f /src/libstore/globals.hh | |
parent | e09b40e0d0b68ca7c3646ddffb50e1356daec997 (diff) |
fix wording
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index b0c025c8e..f63ec8b50 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -713,7 +713,7 @@ public: A list of [URLs of Nix stores](@docroot@/command-ref/new-cli/nix3-help-stores.md#store-url-format), separated by whitespace. These are not used by default, but can be enabled by users of the Nix daemon by specifying [`substituters`](#conf-substituters). - Unprivileged users are only allowed to pass as `substituters` only those URLs listed in `trusted-substituters`. + Unprivileged users are allowed to pass as `substituters` only those URLs listed in `trusted-substituters`. )", {"trusted-binary-caches"}}; |