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
+3
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; {