diff --git a/pkgs/clan-app/shell.nix b/pkgs/clan-app/shell.nix index 044e3172a..970b025a6 100644 --- a/pkgs/clan-app/shell.nix +++ b/pkgs/clan-app/shell.nix @@ -6,7 +6,6 @@ clan-app-ui, clan-ts-api, process-compose, - python3, json2ts, self', }: @@ -21,7 +20,6 @@ mkShell { packages = [ # required for reload-python-api.sh script - python3 json2ts ];