clan-app/devshell: remove duplicate python3

we already get python3 from the frontend.
This commit is contained in:
Jörg Thalheim
2025-05-15 15:03:35 +02:00
parent a484f2a7fc
commit 7f63920933

View File

@@ -6,7 +6,6 @@
clan-app-ui, clan-app-ui,
clan-ts-api, clan-ts-api,
process-compose, process-compose,
python3,
json2ts, json2ts,
self', self',
}: }:
@@ -21,7 +20,6 @@ mkShell {
packages = [ packages = [
# required for reload-python-api.sh script # required for reload-python-api.sh script
python3
json2ts json2ts
]; ];