Skip to content

Commit

Permalink
Add top-level aliases for the runtime shell and its package.
Browse files Browse the repository at this point in the history
This is like stdenv.shell{,Package}, but for the runtime system. The
majority of uses of stdenv.shell probably want this instead.
  • Loading branch information
shlevy committed Mar 1, 2018
1 parent 948e290 commit e70f61f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e70f61f

Please sign in to comment.