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.
main
Alyssa Ross 2 years ago committed by Jonathan Ringer
parent 69e1d85d54
commit a0bfc8e7c1
  1. 4
      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 .
'';

Loading…
Cancel
Save