Skip to content

Commit

Permalink
systemd: add patch to fix docker
Browse files Browse the repository at this point in the history
systemd/systemd@843d5ba

"don't use the unified hierarchy for the systemd cgroup yet"

fixes #22472
  • Loading branch information
globin committed Feb 16, 2017
1 parent 6c1ba72 commit 31ff2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/systemd/default.nix
Expand Up @@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "nixos";
repo = "systemd";
rev = "9a35924a4f15dab2a84b3104b1cd125a3c36f77d";
sha256 = "1z3rishvjlr5d4qgd262r13z04vzvlrlgwm7kpsf4hk7w0gmz4i5";
rev = "c110fc3504d7a2fa944575b347814f7e97d3c5a0";
sha256 = "19carch1adad70nifbqdx649kj5m8pgpiq27hh05ig38yrbmb2vz";
};

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

0 comments on commit 31ff2ac

Please sign in to comment.