Add top-level aliases for the runtime shell and its package.

This is like stdenv.shell{,Package}, but for the runtime system. The
majority of uses of stdenv.shell probably want this instead.
This commit is contained in:
Shea Levy 2018-03-01 14:37:45 -05:00
parent 948e290895
commit e70f61f5a1
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -5646,6 +5646,9 @@ with pkgs;
### SHELLS
runtimeShell = "${runtimeShellPackage}/bin/bash";
runtimeShellPackage = bash;
bash = lowPrio (callPackage ../shells/bash/4.4.nix {
texinfo = null;
interactive = stdenv.isCygwin; # patch for cygwin requires readline support