bashInteractive: add a warning not to be renamed/removed

+1
+1
pkgs/top-level/all-packages.nix
··· 5052 5052 interactive = stdenv.isCygwin; # patch for cygwin requires readline support 5053 5053 }); 5054 5054 5055 + # WARNING: this attribute is used by nix-shell so it shouldn't be removed/renamed 5055 5056 bashInteractive = appendToName "interactive" (callPackage ../shells/bash/4.4.nix { 5056 5057 interactive = true; 5057 5058 });