about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index be07e2452afe..a53a8af1be05 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -311,8 +311,8 @@ rec {
     inherit fetchurl stdenv ncurses;
   };
 
-  bashDiet = (import ../shells/bash-diet) {
-    inherit fetchurl stdenv dietgcc;
+  bashStatic = (import ../shells/bash-static) {
+    inherit fetchurl stdenv;
   };