bash: add pkgsStatic.bash to passthru

to prevent regressions on updates
This commit is contained in:
Sandro Jäckel 2023-02-12 13:48:04 +01:00
parent 6fe0b23086
commit d5e55b8df9
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -12,6 +12,8 @@
, withDocs ? false
, texinfo
, forFHSEnv ? false
, pkgsStatic
}:
let
@ -113,6 +115,7 @@ stdenv.mkDerivation rec {
passthru = {
shellPath = "/bin/bash";
tests.static = pkgsStatic.bash;
};
meta = with lib; {