mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Update the other substituters
This commit is contained in:
parent
15c15da482
commit
f2bdc87595
3 changed files with 66 additions and 65 deletions
|
@ -155,8 +155,8 @@ void setDefaultsFromEnvironment()
|
|||
|
||||
string subs = getEnv("NIX_SUBSTITUTERS", "default");
|
||||
if (subs == "default") {
|
||||
//substituters.push_back(nixLibexecDir + "/nix/substituters/copy-from-other-stores.pl");
|
||||
//substituters.push_back(nixLibexecDir + "/nix/substituters/download-using-manifests.pl");
|
||||
substituters.push_back(nixLibexecDir + "/nix/substituters/copy-from-other-stores.pl");
|
||||
substituters.push_back(nixLibexecDir + "/nix/substituters/download-using-manifests.pl");
|
||||
substituters.push_back(nixLibexecDir + "/nix/substituters/download-from-binary-cache.pl");
|
||||
} else
|
||||
substituters = tokenizeString(subs, ":");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue