Unverified Commit f43fb79c authored by Marin's avatar Marin Committed by GitHub
Browse files

[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.
parent 73783c45
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ python3.pkgs.buildPythonApplication rec {
  '';

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