summary refs log tree commit diff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-12 16:02:45 +0000
committerGitHub <noreply@github.com>2023-02-12 16:02:45 +0000
commit87f957b5e23490bda6e86bbe1f2e61e4358bfeff (patch)
tree0dd97beb61f482875bf3f1926d011483a24eedca /pkgs/shells/bash
parentd381e51fb567e23039f17fdf28576dd6b341911d (diff)
parent8d4db5e081cf73a492f342aaaeda52845dd07159 (diff)
downloadnixpkgs-87f957b5e23490bda6e86bbe1f2e61e4358bfeff.tar
nixpkgs-87f957b5e23490bda6e86bbe1f2e61e4358bfeff.tar.gz
nixpkgs-87f957b5e23490bda6e86bbe1f2e61e4358bfeff.tar.bz2
nixpkgs-87f957b5e23490bda6e86bbe1f2e61e4358bfeff.tar.lz
nixpkgs-87f957b5e23490bda6e86bbe1f2e61e4358bfeff.tar.xz
nixpkgs-87f957b5e23490bda6e86bbe1f2e61e4358bfeff.tar.zst
nixpkgs-87f957b5e23490bda6e86bbe1f2e61e4358bfeff.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/shells/bash')
-rw-r--r--pkgs/shells/bash/5.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/shells/bash/5.nix b/pkgs/shells/bash/5.nix
index 10e10eff07c..932e81a5177 100644
--- a/pkgs/shells/bash/5.nix
+++ b/pkgs/shells/bash/5.nix
@@ -12,6 +12,8 @@
 , withDocs ? false
 , texinfo
 , forFHSEnv ? false
+
+, pkgsStatic
 }:
 
 let
@@ -116,6 +118,7 @@ stdenv.mkDerivation rec {
 
   passthru = {
     shellPath = "/bin/bash";
+    tests.static = pkgsStatic.bash;
   };
 
   meta = with lib; {