Unverified Commit f9b3ad91 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

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.
parents d87246a4 f43fb79c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec {
  '';

  propagatedBuildInputs = with python3.pkgs; [
    ipython
    nbformat
  ];