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:
parent
948e290895
commit
e70f61f5a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user