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:
Arne Keller
2024-12-11 07:05:50 +01:00
committed by GitHub
@@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec {
'';
propagatedBuildInputs = with python3.pkgs; [
ipython
nbformat
];