diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-06-25T11·27+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-06-25T11·27+0200 |
commit | 88571219d97f2bdfdbafcff25ef6ee424b0b008f (patch) | |
tree | 76030dc84fb2ac15d0fbc28fb7f6198a240c8d57 /src/libstore/store-api.hh | |
parent | 09dde33c19129b949a064d35e248a3e318178b08 (diff) |
nix-channel: Don't fetch binary-cache-url
This has been ignored since the Perl->C++ rewrite.
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 7a1b31d0ff59..59967737670d 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -766,8 +766,7 @@ StoreType getStoreType(const std::string & uri = settings.storeUri.get(), const std::string & stateDir = settings.nixStateDir); /* Return the default substituter stores, defined by the - ‘substituters’ option and various legacy options like - ‘binary-caches’. */ + ‘substituters’ option and various legacy options. */ std::list<ref<Store>> getDefaultSubstituters(); |