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: cc669a18fb75
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ff16d17b42a5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 6, 2020

  1. nixos/systemd: Explicitly put default path packages after others

    This fixes the dhcpcd issue in #76969,
    which was exposed by #75031
    introducing changes in the module ordering and therefore option ordering
    too.
    
    The dhcpcd issue would also be fixable by explicitly putting
    dhcpcd's paths before others, however it makes more sense for systemd's
    default paths to be after all others by default, since they should only
    be a fallback, which is how binary finding will work if they come after.
    infinisil committed Jan 6, 2020
    Copy the full SHA
    9327e1c View commit details
    Browse the repository at this point in the history
  2. nixos/systemd: Explicitly put default path packages after othe… (#77088)

    nixos/systemd: Explicitly put default path packages after others
    infinisil committed Jan 6, 2020
    Copy the full SHA
    ff16d17 View commit details
    Browse the repository at this point in the history