drop wonky ipdb PYTHONBREAKPOINT
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
, zbar
|
, zbar
|
||||||
, tor
|
, tor
|
||||||
, git
|
, git
|
||||||
, ipdb
|
|
||||||
, nixpkgs
|
, nixpkgs
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
@@ -44,7 +43,6 @@ let
|
|||||||
openssh
|
openssh
|
||||||
git
|
git
|
||||||
stdenv.cc
|
stdenv.cc
|
||||||
ipdb # used for debugging
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Optional dependencies for clan cli, we re-expose them here to make sure they all build.
|
# Optional dependencies for clan cli, we re-expose them here to make sure they all build.
|
||||||
|
|||||||
@@ -10,8 +10,6 @@ mkShell {
|
|||||||
openssh
|
openssh
|
||||||
clan-cli.checkPython
|
clan-cli.checkPython
|
||||||
];
|
];
|
||||||
# sets up an editable install and add enty points to $PATH
|
|
||||||
PYTHONBREAKPOINT = "ipdb.set_trace";
|
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
tmp_path=$(realpath ./.direnv)
|
tmp_path=$(realpath ./.direnv)
|
||||||
|
|||||||
Reference in New Issue
Block a user