pythonPackages.bash_kernel: refactor pinning bash package

This commit is contained in:
Chris Ostrouchov
2020-08-10 10:03:43 -07:00
committed by Jon
parent eacff247fd
commit b1934ec6e9
2 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -509,7 +509,9 @@ in {
baselines = callPackage ../development/python-modules/baselines { };
bash_kernel = callPackage ../development/python-modules/bash_kernel { };
bash_kernel = callPackage ../development/python-modules/bash_kernel {
inherit (pkgs) bash;
};
bashlex = callPackage ../development/python-modules/bashlex { };