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

Commits on Jan 19, 2018

  1. Copy the full SHA
    424fc54 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eb57d6d 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 19, 2018
    Copy the full SHA
    4fd0a3a View commit details
    Browse the repository at this point in the history