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

Commits on Jan 16, 2018

  1. release-lib: forAllSupportedSystems -> forTheseSystems

    I'm going to move forAllSystems from nixos/release.nix, and these
    functions sound too similar while doing different things.
    dezgeg committed Jan 16, 2018
    Copy the full SHA
    82cab72 View commit details
    Browse the repository at this point in the history
  2. nixos/release.nix: Move forAllSystems to release-lib

    There's already a similar forTheseSystems in release-lib, so be more
    consistent.
    dezgeg committed Jan 16, 2018
    Copy the full SHA
    b3c50ec View commit details
    Browse the repository at this point in the history
  3. nixos/release.nix: Use forTheseSystems from release-lib

    Currently, even if you pass `supportedSystems = [ "aarch64-linux" ]` you
    end up with e.g. `nixos.iso_graphical.x86_64-linux` job. Using
    forTheseSystems from release-lib avoids that.
    
    This shouldn't affect the usual x86 trunk-combined jobset.
    dezgeg committed Jan 16, 2018
    Copy the full SHA
    4ccf308 View commit details
    Browse the repository at this point in the history