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.
Arne Keller 1 year ago f9b3ad91 d87246a4
··· 23 ''; 24 25 propagatedBuildInputs = with python3.pkgs; [ 26 - ipython 27 nbformat 28 ]; 29
··· 23 ''; 24 25 propagatedBuildInputs = with python3.pkgs; [ 0 26 nbformat 27 ]; 28