mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
nix-channel: Don't fetch binary-cache-url
This has been ignored since the Perl->C++ rewrite.
This commit is contained in:
parent
09dde33c19
commit
88571219d9
4 changed files with 8 additions and 35 deletions
|
@ -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();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue