bashInteractive: add a warning not to be renamed/removed

This commit is contained in:
Domen Kožar 2017-07-20 13:53:01 +02:00
parent 480397c35f
commit e8c72a46f5
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -5052,6 +5052,7 @@ with pkgs;
interactive = stdenv.isCygwin; # patch for cygwin requires readline support
});
# WARNING: this attribute is used by nix-shell so it shouldn't be removed/renamed
bashInteractive = appendToName "interactive" (callPackage ../shells/bash/4.4.nix {
interactive = true;
});