bashInteractive: add a warning not to be renamed/removed
This commit is contained in:
parent
480397c35f
commit
e8c72a46f5
@ -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;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user