mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
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 a new issue