Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 54cbf55543a8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8e620e1bc5ac
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 26, 2019

  1. 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;
    domenkozar committed Jun 26, 2019
    3
    Copy the full SHA
    036728f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63810 from NixOS/binaryCaches-default

    nix.binaryCaches: always set https://cache.nixos.org
    edolstra committed Jun 26, 2019
    Copy the full SHA
    8e620e1 View commit details
    Browse the repository at this point in the history