about summary refs log tree commit diff
path: root/pkgs/shells/bash/5.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/bash/5.1.nix')
-rw-r--r--pkgs/shells/bash/5.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/5.1.nix b/pkgs/shells/bash/5.1.nix
index fd8c0c32cd61..5dd060db7efb 100644
--- a/pkgs/shells/bash/5.1.nix
+++ b/pkgs/shells/bash/5.1.nix
@@ -12,7 +12,7 @@
 , texinfo ? null
 }:
 
-with stdenv.lib;
+with lib;
 
 assert interactive -> readline80 != null;
 assert withDocs -> texinfo != null;