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