You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/os-specific/linux/systemd/default.nix
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,13 @@ in stdenv.mkDerivation rec {
21
21
version="238";
22
22
name="systemd-${version}";
23
23
24
+
# When updating, use https://github.com/systemd/systemd-stable tree, not the development one!
25
+
# Also fresh patches should be cherry-picked from that tree to our current one.
0 commit comments