Skip to content

Commit e70f61f

Browse files
committed
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.
1 parent 948e290 commit e70f61f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/top-level/all-packages.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5646,6 +5646,9 @@ with pkgs;
56465646

56475647
### SHELLS
56485648

5649+
runtimeShell = "${runtimeShellPackage}/bin/bash";
5650+
runtimeShellPackage = bash;
5651+
56495652
bash = lowPrio (callPackage ../shells/bash/4.4.nix {
56505653
texinfo = null;
56515654
interactive = stdenv.isCygwin; # patch for cygwin requires readline support

0 commit comments

Comments
 (0)