lol

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.

authored by

Alyssa Ross and committed by
Jonathan Ringer
a0bfc8e7 69e1d85d

+2 -2
+2 -2
pkgs/os-specific/linux/systemd/default.nix
··· 335 335 fi 336 336 '' 337 337 # Finally patch shebangs that might need patching. 338 - # Should no longer be necessary with v250. 339 - # https://github.com/systemd/systemd/pull/19638 338 + # Should no longer be necessary with v251. 339 + # https://github.com/systemd/systemd/pull/21749 340 340 + '' 341 341 patchShebangs . 342 342 '';