nbstripout: Don't propagate ipython (#230164)
If you have a devShell with `python311` and `nbstripout` in `buildInputs`, running `python --version` will output 3.10 as of today, because `nbstripout` is propagating python through ipython.
This commit is contained in:
@@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
ipython
|
||||
nbformat
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user