We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948e290 commit e70f61fCopy full SHA for e70f61f
1 file changed
pkgs/top-level/all-packages.nix
@@ -5646,6 +5646,9 @@ with pkgs;
5646
5647
### SHELLS
5648
5649
+ runtimeShell = "${runtimeShellPackage}/bin/bash";
5650
+ runtimeShellPackage = bash;
5651
+
5652
bash = lowPrio (callPackage ../shells/bash/4.4.nix {
5653
texinfo = null;
5654
interactive = stdenv.isCygwin; # patch for cygwin requires readline support
0 commit comments