diff options
author | Solène Rapenne <solene@perso.pw> | 2023-01-03 15:35:28 +0100 |
---|---|---|
committer | Solène Rapenne <solene.rapenne@tweag.io> | 2023-01-26 09:34:25 +0100 |
commit | 64951d9125fc223bbeb939b1c774533a8c6ded98 (patch) | |
tree | 3be029c165d0aebdd48c7253d53307e205d2250c /src/libstore/daemon.cc | |
parent | a96156c58f94165e8dc61981ab9fa6e97a963e96 (diff) |
Update src/libstore/daemon.cc
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'src/libstore/daemon.cc')
-rw-r--r-- | src/libstore/daemon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/daemon.cc b/src/libstore/daemon.cc index 3731b21b8..e2a7dab35 100644 --- a/src/libstore/daemon.cc +++ b/src/libstore/daemon.cc @@ -223,7 +223,7 @@ struct ClientSettings subs.push_back(s + "/"); else warn("ignoring untrusted substituter '%s', you are not a trusted user.\n" - "More information about 'trusted-substituters' option in nix.conf man page", s); + "Run `man nix.conf` for more information on the `substituters` configuration option.", s); res = subs; return true; }; |