systemd-cryptsetup-generator: Add note to revert 3efadce.

+2
+2
pkgs/os-specific/linux/systemd/cryptsetup-generator.nix
··· 17 18 # For some reason systemd-cryptsetup-generator is a wrapper-script 19 # with the current release of systemd. We want the real one. 20 installPhase = '' 21 mkdir -p $out/lib/systemd/ 22 cp systemd-cryptsetup $out/lib/systemd/systemd-cryptsetup
··· 17 18 # For some reason systemd-cryptsetup-generator is a wrapper-script 19 # with the current release of systemd. We want the real one. 20 + 21 + # TODO: Revert 3efadce when the wrapper-script is gone 22 installPhase = '' 23 mkdir -p $out/lib/systemd/ 24 cp systemd-cryptsetup $out/lib/systemd/systemd-cryptsetup