From d5e55b8df91e26d8e3407c4adcdc10c0425a27f2 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Sun, 12 Feb 2023 13:48:04 +0100 Subject: bash: add pkgsStatic.bash to passthru to prevent regressions on updates --- pkgs/shells/bash/5.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/shells/bash') diff --git a/pkgs/shells/bash/5.nix b/pkgs/shells/bash/5.nix index 7735243d3ba..1b787e56076 100644 --- a/pkgs/shells/bash/5.nix +++ b/pkgs/shells/bash/5.nix @@ -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; { -- cgit 1.4.1