Skip to content
Unverified Commit 036728f3 authored by Domen Kožar's avatar Domen Kožar
Browse files

nix.binaryCaches: always set https://cache.nixos.org

There are many support questions when people add a new binary cache
and they suddenly lose nixos substitutions.

Most of the users want to keep that, so we're doing a breaking change.

Previously to disable all binary caches one had to do:

  nix.binaryCache = [];

Now the same is possible via:

  nix.binaryCache = lib.mkForce;
parent e8916cc6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment