Domen Kožar 036728f3f4
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;
2019-06-26 14:30:56 +02:00
..
2019-06-17 13:25:50 +02:00
2018-11-29 20:27:45 -06:00
2019-04-29 14:05:50 +02:00
2019-04-29 14:05:50 +02:00
2019-05-01 17:20:26 -04:00
2019-06-17 13:25:50 +02:00
2018-07-03 13:55:27 +01:00
2018-09-16 21:48:18 +02:00
2019-03-20 00:02:45 +01:00
2018-07-20 18:48:37 +00:00
2019-05-30 18:10:29 +02:00
2019-05-08 09:26:32 +02:00
2019-04-23 20:19:33 -07:00
2018-10-16 10:38:45 +08:00
2019-02-03 20:10:13 +00:00
2019-03-20 00:02:45 +01:00
2018-05-16 16:54:12 +02:00
2019-02-06 22:35:58 -05:00