Loading pkgs/shells/bash/5.nix +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ , withDocs ? false , texinfo , forFHSEnv ? false , pkgsStatic }: let Loading Loading @@ -113,6 +115,7 @@ stdenv.mkDerivation rec { passthru = { shellPath = "/bin/bash"; tests.static = pkgsStatic.bash; }; meta = with lib; { Loading Loading
pkgs/shells/bash/5.nix +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ , withDocs ? false , texinfo , forFHSEnv ? false , pkgsStatic }: let Loading Loading @@ -113,6 +115,7 @@ stdenv.mkDerivation rec { passthru = { shellPath = "/bin/bash"; tests.static = pkgsStatic.bash; }; meta = with lib; { Loading