Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: c06b8b5988f8
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: bff22431b5b0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 5 contributors

Commits on Jun 22, 2019

  1. mosdepth: 0.2.3 -> 0.2.6

    royneary committed Jun 22, 2019
    Copy the full SHA
    d162165 View commit details
    Browse the repository at this point in the history
  2. nim: 0.19.4 -> 0.20.0

    - link sqlite (needed for the the stdlib sqlite module)
    - update nodejs to 11.x
    - use default phase order (fixes linker errors during test phase)
    - substitution in ./test/async/tioselectors.nim not needed anymore
    - two more tests need to be disabled
    - LD=$CC workaround not needed anymore
    - disable unsupported tests on aarch64
    - trigger pre and post hooks
    - use checkInputs instead of nativeBuildInputs
    - don't override patchPhase
    royneary committed Jun 22, 2019
    Copy the full SHA
    b0b64b3 View commit details
    Browse the repository at this point in the history

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
    Copy the full SHA
    036728f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f572d4e View commit details
    Browse the repository at this point in the history
  3. python.pkgs.dm-sonnet: fix hash (#63815)

    Follow up to NixOS/nixpkgs#63806, where I failed
    to update the hash.
    timokau committed Jun 26, 2019
    Copy the full SHA
    54cbf55 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8e620e1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #62845 from royneary/nim-0.20.0

    nim: 0.19.4 -> 0.20.0
    veprbl committed Jun 26, 2019
    Copy the full SHA
    bff2243 View commit details
    Browse the repository at this point in the history