From 49c17cc6d00ebe6f05133c0f20144b156cef551f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 26 Sep 2023 15:50:02 +0200 Subject: [PATCH] drop wonky ipdb PYTHONBREAKPOINT --- pkgs/clan-cli/default.nix | 2 -- pkgs/clan-cli/shell.nix | 2 -- 2 files changed, 4 deletions(-) diff --git a/pkgs/clan-cli/default.nix b/pkgs/clan-cli/default.nix index 860e071b7..94738a5cd 100644 --- a/pkgs/clan-cli/default.nix +++ b/pkgs/clan-cli/default.nix @@ -25,7 +25,6 @@ , zbar , tor , git -, ipdb , nixpkgs }: let @@ -44,7 +43,6 @@ let openssh git stdenv.cc - ipdb # used for debugging ]; # Optional dependencies for clan cli, we re-expose them here to make sure they all build. diff --git a/pkgs/clan-cli/shell.nix b/pkgs/clan-cli/shell.nix index b44934ac3..6d53c9c98 100644 --- a/pkgs/clan-cli/shell.nix +++ b/pkgs/clan-cli/shell.nix @@ -10,8 +10,6 @@ mkShell { openssh clan-cli.checkPython ]; - # sets up an editable install and add enty points to $PATH - PYTHONBREAKPOINT = "ipdb.set_trace"; shellHook = '' tmp_path=$(realpath ./.direnv)