[nbstripout] Don't propagate ipython

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:
Marin
2023-05-05 14:31:09 -04:00
committed by GitHub
parent 73783c45e1
commit f43fb79c08
@@ -21,7 +21,6 @@ python3.pkgs.buildPythonApplication rec {
'';
propagatedBuildInputs = with python3.pkgs; [
ipython
nbformat
];