bashInteractive: add a warning not to be renamed/removed

This commit is contained in:
Domen Kožar
2017-07-20 13:53:29 +02:00
parent 480397c35f
commit e8c72a46f5
+1
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;
});