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: 7ecabdc22ba3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 176d5e090a42
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 3, 2020

  1. cryptsetup, lvm2, systemd: Break cyclic dependency at a different point

    The cyclic dependency of systemd → cryptsetup → lvm2 → udev=systemd
    needs to be broken somewhere.  The previous strategy of building
    cryptsetup with an lvm2 built without udev (#66856) caused the
    installer.luksroot test to fail.  Instead, build lvm2 with a udev built
    without cryptsetup.
    
    Fixes #96479.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk committed Sep 3, 2020
    1
    Copy the full SHA
    f4b2c9d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Merge pull request #97008 from andersk/cryptception-1

    cryptsetup, lvm2, systemd: Break cyclic dependency at a different point
    flokli committed Sep 4, 2020
    Copy the full SHA
    176d5e0 View commit details
    Browse the repository at this point in the history