···50525052 interactive = stdenv.isCygwin; # patch for cygwin requires readline support
50535053 });
5054505450555055+ # WARNING: this attribute is used by nix-shell so it shouldn't be removed/renamed
50555056 bashInteractive = appendToName "interactive" (callPackage ../shells/bash/4.4.nix {
50565057 interactive = true;
50575058 });