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/hydra
base: e7f2139e251c
Choose a base ref
...
head repository: NixOS/hydra
compare: f0e8e56f8963
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 6, 2020

  1. Fixes for macOS

    Building on macOS with the latest nixpkgs master and NixOS/nixpkgs#77147
    fails.  It seems some `std::experimental` (optional) for instance are
    not available as `experimental`, but are in `std`.  Also `toJSON` is
    missing for `atomic< unsigned long long >`.
    hamishmack committed Jan 6, 2020
    Copy the full SHA
    c40c887 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Merge pull request #700 from hamishmack/master

    Fixes for macOS
    edolstra committed Jan 7, 2020
    Copy the full SHA
    5c0c7d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Remove the "log diff" buttons

    because they're referencing the removed `logdiff` API.
    
    This API was removed in 4d1816b.
    
    Fixes #409
    basvandijk committed Jan 26, 2020
    Copy the full SHA
    5fab5e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Merge pull request #708 from basvandijk/remove-logdiff-button

    Remove the "log diff" buttons
    edolstra committed Jan 27, 2020
    Copy the full SHA
    9da60e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Copy the full SHA
    bb94677 View commit details
    Browse the repository at this point in the history
  2. Update flake.lock

    edolstra committed Feb 3, 2020
    Copy the full SHA
    f0e8e56 View commit details
    Browse the repository at this point in the history