1
0
forked from clan/clan-core

drop wonky ipdb PYTHONBREAKPOINT

This commit is contained in:
Jörg Thalheim 2023-09-26 15:50:02 +02:00
parent 5ea6c7790f
commit 49c17cc6d0
2 changed files with 0 additions and 4 deletions

View File

@ -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.

View File

@ -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)