summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-03-06 01:04:13 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-06 10:12:19 -0800
commita0bfc8e7c1f2a138ea0453bb0502277e042afc06 (patch)
treefa1b1b0bd248b63029fe12b4c6e2bf18a5d640cc /pkgs/os-specific/linux/systemd
parent69e1d85d54e89522eb64401d7f57aa1111d9dab1 (diff)
downloadnixpkgs-a0bfc8e7c1f2a138ea0453bb0502277e042afc06.tar
nixpkgs-a0bfc8e7c1f2a138ea0453bb0502277e042afc06.tar.gz
nixpkgs-a0bfc8e7c1f2a138ea0453bb0502277e042afc06.tar.bz2
nixpkgs-a0bfc8e7c1f2a138ea0453bb0502277e042afc06.tar.lz
nixpkgs-a0bfc8e7c1f2a138ea0453bb0502277e042afc06.tar.xz
nixpkgs-a0bfc8e7c1f2a138ea0453bb0502277e042afc06.tar.zst
nixpkgs-a0bfc8e7c1f2a138ea0453bb0502277e042afc06.zip
systemd: update patchShebangs comment
We can't remove this yet even though we're on 250.3, because some more
crept in and weren't fixed in time for the release.
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index eb92224e30d..e27140b1f07 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -335,8 +335,8 @@ stdenv.mkDerivation {
     fi
   ''
   # Finally patch shebangs that might need patching.
-  # Should no longer be necessary with v250.
-  # https://github.com/systemd/systemd/pull/19638
+  # Should no longer be necessary with v251.
+  # https://github.com/systemd/systemd/pull/21749
   + ''
     patchShebangs .
   '';