nix: add ipdb to impure devshell

This commit is contained in:
Daniël de Kok 2024-08-20 19:59:35 +00:00
parent b3a4d10a42
commit c988d6e620

View File

@ -79,6 +79,7 @@
++ (with python3.pkgs; [ ++ (with python3.pkgs; [
venvShellHook venvShellHook
pip pip
ipdb
]); ]);
inputsFrom = [ server ]; inputsFrom = [ server ];