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: 4dff3ee95903
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 294d26c916c2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 16, 2018

  1. Copy the full SHA
    905fb77 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8b8120a View commit details
    Browse the repository at this point in the history
  3. nixos/release.nix: More refactoring for multi-arch

    Currently, even if you pass supportedSystems = [ "aarch64-linux" ] you
    end up with e.g. `nixos.tests.docker` which actually silently runs on
    x86_64-linux. Using the new callTestOnTheseSystems fixes that.
    
    As a side-effect, this also causes a rename of
    `nixos.tests.docker` -> `nixos.tests.docker.x86_64-linux`, which is IMHO
    a good thing since it's makes them consistent with the rest of the
    tests.
    dezgeg committed Jan 16, 2018
    Copy the full SHA
    294d26c View commit details
    Browse the repository at this point in the history