about summary refs log tree commit diff
path: root/pkgs/shells/bash/4.4.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-15 13:28:56 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-15 14:24:03 +0700
commite245ae3c3ac34d24ec6ceb7b86aa74be4fb8e707 (patch)
tree2054faccda7117a09809be91fb1b9e12fbe70a5e /pkgs/shells/bash/4.4.nix
parentf35b06e86db3574743efd24ead9ba6b68e1b9a99 (diff)
downloadnixlib-e245ae3c3ac34d24ec6ceb7b86aa74be4fb8e707.tar
nixlib-e245ae3c3ac34d24ec6ceb7b86aa74be4fb8e707.tar.gz
nixlib-e245ae3c3ac34d24ec6ceb7b86aa74be4fb8e707.tar.bz2
nixlib-e245ae3c3ac34d24ec6ceb7b86aa74be4fb8e707.tar.lz
nixlib-e245ae3c3ac34d24ec6ceb7b86aa74be4fb8e707.tar.xz
nixlib-e245ae3c3ac34d24ec6ceb7b86aa74be4fb8e707.tar.zst
nixlib-e245ae3c3ac34d24ec6ceb7b86aa74be4fb8e707.zip
pkgs/shells: stdenv.lib -> lib
Diffstat (limited to 'pkgs/shells/bash/4.4.nix')
-rw-r--r--pkgs/shells/bash/4.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/4.4.nix b/pkgs/shells/bash/4.4.nix
index afdfb816c955..bde942aff0c5 100644
--- a/pkgs/shells/bash/4.4.nix
+++ b/pkgs/shells/bash/4.4.nix
@@ -6,7 +6,7 @@
 , withDocs ? false, texinfo ? null
 }:
 
-with stdenv.lib;
+with lib;
 
 assert interactive -> readline70 != null;
 assert withDocs -> texinfo != null;