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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b8d9a047e6dc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b81dc1d0b2bb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 22, 2019

  1. systemd: additional logind fixes

    See: NixOS/systemd#33
    (cherry picked from commit 0c05c0a)
    worldofpeace committed Oct 22, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    thoughtpolice Austin Seipp
    Copy the full SHA
    65ab17d View commit details
  2. Merge pull request #71616 from worldofpeace/systemd-logind-fixes-19.09

    [19.09] systemd: additional logind fixes
    worldofpeace authored Oct 22, 2019
    Copy the full SHA
    b81dc1d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/systemd/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
@@ -27,8 +27,8 @@ in stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "NixOS";
repo = "systemd";
rev = "ccec67cab6c0fda85a1762eee7aeea422a0dc15e";
sha256 = "12nq2ah33amhyfma464a4ssf90wh2ai8c7w55j381cks8jliny40";
rev = "d25cf413c6bff1b5a9d216a8830e3a90c9cad1de";
sha256 = "0ilvrnh3m7g0yflxl16fk52gkb1z0fwwk9ba5gs4005nzpl0c7i0";
};

outputs = [ "out" "lib" "man" "dev" ];